Home
last modified time | relevance | path

Searched refs:wbflush_setup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dwbflush.h18 extern void wbflush_setup(void);
28 #define wbflush_setup() do { } while (0) macro
/openbmc/linux/arch/mips/dec/
H A Dwbflush.c30 void __init wbflush_setup(void) in wbflush_setup() function
H A Dsetup.c145 wbflush_setup(); in plat_mem_setup()