Home
last modified time | relevance | path

Searched defs:mmiowb (Results 1 – 6 of 6) sorted by relevance

/linux/arch/sh/include/asm/
A Dmmiowb.h8 #define mmiowb() wmb() macro
/linux/arch/ia64/include/asm/
A Dmmiowb.h13 #define mmiowb() ia64_mfa() macro
/linux/arch/mips/include/asm/
A Dmmiowb.h7 #define mmiowb() iobarrier_w() macro
/linux/arch/riscv/include/asm/
A Dmmiowb.h10 #define mmiowb() __asm__ __volatile__ ("fence o,w" : : : "memory"); macro
/linux/arch/powerpc/include/asm/
A Dmmiowb.h12 #define mmiowb() mb() macro
/linux/arch/s390/include/asm/
A Dio.h62 #define mmiowb() zpci_barrier() macro

Completed in 9 milliseconds