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

  /src/sys/arch/x86/include/
bus_private.h 160 * bdt_exists: bitmap indicating overrides present (1) in *this* tag
164 uint64_t bdt_exists; member in struct:x86_bus_dma_tag
  /src/sys/arch/x86/x86/
bus_dma.c 1384 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_SYNC) == 0)
1404 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_CREATE) == 0)
1422 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_DESTROY) == 0)
1443 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_LOAD) == 0)
1464 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_LOAD_MBUF) == 0)
1485 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_LOAD_UIO) == 0)
1507 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_LOAD_RAW) == 0)
1524 if ((t->bdt_exists & BUS_DMAMAP_OVERRIDE_UNLOAD) == 0)
1543 if ((t->bdt_exists & BUS_DMAMEM_OVERRIDE_ALLOC) == 0)
1561 if ((t->bdt_exists & BUS_DMAMEM_OVERRIDE_FREE) == 0
    [all...]

Completed in 13 milliseconds