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

  /src/sys/arch/x86/include/
bus_defs.h 99 * bst_exists: bitmap indicating overrides present (1) in *this* tag
103 uint64_t bst_exists; member in struct:bus_space_tag
  /src/sys/arch/x86/x86/
bus_space.c 164 if ((t->bst_exists & BUS_SPACE_OVERRIDE_MAP) == 0)
192 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVATION_MAP) == 0)
258 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVE) == 0)
307 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVE_SUBREGION) == 0)
361 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RELEASE) == 0)
399 if ((t->bst_exists & BUS_SPACE_OVERRIDE_ALLOC) == 0)
587 if ((t->bst_exists & BUS_SPACE_OVERRIDE_RESERVATION_UNMAP) == 0)
609 if ((t->bst_exists & BUS_SPACE_OVERRIDE_UNMAP) == 0)
629 if ((t->bst_exists & BUS_SPACE_OVERRIDE_FREE) == 0)
994 bst->bst_exists = obst->bst_exists | present
    [all...]

Completed in 12 milliseconds