Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dwbflush.h2 * Header file for using the wbflush routine
20 #define wbflush() \ macro
30 #define wbflush() fast_iob() macro
H A Dbarrier.h69 #include <asm/wbflush.h>
71 #define mb() wbflush()
72 #define iob() wbflush()
/linux/arch/mips/dec/
H A DMakefile10 obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
/linux/arch/loongarch/include/asm/
H A Dbarrier.h48 #define wbflush() c_sync() macro
/linux/arch/loongarch/kernel/
H A Dalternative.c171 wbflush(); in text_poke_early()