HomeSort by: relevance | last modified time | path
    Searched defs:bus_dma_write_bounces (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/mips/
bus_dma.c 76 static struct evcnt bus_dma_write_bounces = variable in typeref:struct:evcnt
92 EVCNT_ATTACH_STATIC(bus_dma_write_bounces);
  /src/sys/arch/arm/arm32/
bus_dma.c 70 static struct evcnt bus_dma_write_bounces = variable in typeref:struct:evcnt
120 EVCNT_ATTACH_STATIC(bus_dma_write_bounces);
  /src/sys/arch/riscv/riscv/
bus_dma.c 64 static struct evcnt bus_dma_write_bounces = variable in typeref:struct:evcnt
114 EVCNT_ATTACH_STATIC(bus_dma_write_bounces);

Completed in 17 milliseconds