Home
last modified time | relevance | path

Searched defs:__io_bw (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dio.h111 #define __io_bw() dma_wmb() macro
/openbmc/linux/arch/riscv/include/asm/
H A Dmmio.h135 #define __io_bw() ({ __asm__ __volatile__ ("fence w,o" : : : "memory"); }) macro
/openbmc/linux/include/asm-generic/
H A Dio.h38 #define __io_bw() wmb() macro
40 #define __io_bw() barrier() macro