HomeSort by: relevance | last modified time | path
    Searched defs:BUS_DMA_COHERENT (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/sys/
bus_proto.h 437 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/evbcf/include/
bus_dma.h 79 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/mvme68k/include/
bus_dma.h 79 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/m68k/include/
bus_dma.h 81 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/virt68k/include/
bus_dma.h 73 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/dreamcast/include/
bus_defs.h 247 #define BUS_DMA_COHERENT 0x004 /* map memory to not require sync */
  /src/sys/arch/emips/include/
bus.h 454 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/landisk/include/
bus_defs.h 248 #define BUS_DMA_COHERENT 0x004 /* map memory to not require sync */
  /src/sys/arch/mips/include/
bus_dma_defs.h 76 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/newsmips/include/
bus.h 442 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/sparc/include/
bus_defs.h 213 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/arc/include/
bus_defs.h 181 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/alpha/include/
bus_defs.h 261 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/evbsh3/include/
bus_defs.h 316 #define BUS_DMA_COHERENT 0x004 /* map memory to not require sync */
  /src/sys/arch/hpcsh/include/
bus_defs.h 250 #define BUS_DMA_COHERENT 0x004 /* map memory to not require sync */
  /src/sys/arch/or1k/include/
bus_defs.h 247 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/powerpc/include/
bus_defs.h 106 #define BUS_DMA_DONTCACHE (BUS_DMA_COHERENT|BUS_DMA_NOCACHE)
263 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/x68k/include/
bus.h 717 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/atari/include/
bus_defs.h 283 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/hppa/include/
bus_defs.h 196 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/mipsco/include/
bus.h 768 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/ews4800mips/include/
bus.h 688 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/ia64/include/
bus.h 992 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/playstation2/include/
bus.h 729 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */
  /src/sys/arch/sun68k/include/
bus.h 872 #define BUS_DMA_COHERENT 0x004 /* hint: map memory DMA coherent */

Completed in 25 milliseconds

1 2