Searched refs:bst_present (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dbus_defs.h98 /* bst_present: bitmap indicating overrides present (1) in *this* tag,
102 uint64_t bst_present; member in struct:bus_space_tag
/netbsd-current/sys/arch/x86/x86/
H A Dbus_space.c167 if ((it->bst_present & BUS_SPACE_OVERRIDE_MAP) == 0)
195 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVATION_MAP) == 0)
261 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVE) == 0)
310 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVE_SUBREGION) ==
364 if ((it->bst_present & BUS_SPACE_OVERRIDE_RELEASE) == 0)
402 if ((it->bst_present & BUS_SPACE_OVERRIDE_ALLOC) == 0)
590 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVATION_UNMAP) ==
612 if ((it->bst_present & BUS_SPACE_OVERRIDE_UNMAP) == 0)
632 if ((it->bst_present & BUS_SPACE_OVERRIDE_FREE) == 0)
995 bst->bst_present
[all...]

Completed in 204 milliseconds