Searched refs:bst_exists (Results 1 – 2 of 2) sorted by relevance
164 if ((t->bst_exists & BUS_SPACE_OVERRIDE_MAP) == 0) in bus_space_map()192 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVATION_MAP) == 0) in bus_space_reservation_map()258 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVE) == 0) in bus_space_reserve()307 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVE_SUBREGION) == 0) in bus_space_reserve_subregion()361 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RELEASE) == 0) in bus_space_release()399 if ((t->bst_exists & BUS_SPACE_OVERRIDE_ALLOC) == 0) in bus_space_alloc()587 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVATION_UNMAP) == 0) in bus_space_reservation_unmap()609 if ((t->bst_exists & BUS_SPACE_OVERRIDE_UNMAP) == 0) in bus_space_unmap()629 if ((t->bst_exists & BUS_SPACE_OVERRIDE_FREE) == 0) in bus_space_free()994 bst->bst_exists = obst->bst_exists | present; in bus_space_tag_create()
103 uint64_t bst_exists; member