Home
last modified time | relevance | path

Searched defs:__iowmb (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arc/include/asm/
H A Dio.h17 #define __iowmb() wmb() macro
20 #define __iowmb() do { } while (0) macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h46 #define __iowmb() wmb() macro
49 #define __iowmb() asm volatile("" : : : "memory") macro
/openbmc/linux/arch/arm/include/asm/
H A Dio.h165 #define __iowmb() wmb() macro
168 #define __iowmb() do { } while (0) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dio.h117 #define __iowmb() __io_bw() macro
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h145 #define __iowmb() dma_wmb() macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h242 #define __iowmb() dmb() macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h96 #define __iowmb() dmb() macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h69 #define __iowmb() wmb() macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h113 #define __iowmb() dmb() macro