Home
last modified time | relevance | path

Searched refs:wbflush (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dwbflush.h20 #define wbflush() \ macro
30 #define wbflush() fast_iob() macro
H A Dbarrier.h71 #define mb() wbflush()
72 #define iob() wbflush()
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h153 #define wmb() wbflush()
154 #define mb() wbflush()
/openbmc/linux/arch/mips/dec/
H A DMakefile10 obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
/openbmc/linux/arch/loongarch/include/asm/
H A Dbarrier.h48 #define wbflush() c_sync() macro
/openbmc/linux/arch/loongarch/kernel/
H A Dalternative.c170 wbflush(); in text_poke_early()
H A Dsmp.c186 wbflush(); in ipi_read_clear()