HomeSort by: relevance | last modified time | path
    Searched refs:bst_present (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
bus_defs.h 98 /* bst_present: bitmap indicating overrides present (1) in *this* tag,
102 uint64_t bst_present; member in struct:bus_space_tag
  /src/sys/arch/x86/x86/
bus_space.c 167 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 = present
    [all...]

Completed in 12 milliseconds