Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbcache.h23 void (*bc_prefetch_disable)(void); member
59 static inline void bc_prefetch_disable(void) in bc_prefetch_disable() function
61 if (bcops->bc_prefetch_disable) in bc_prefetch_disable()
62 bcops->bc_prefetch_disable(); in bc_prefetch_disable()
82 #define bc_prefetch_disable() do { } while (0) macro
/openbmc/linux/arch/mips/mm/
H A Dsc-debugfs.c40 bc_prefetch_disable(); in sc_prefetch_write()
H A Dsc-mips.c107 .bc_prefetch_disable = mips_sc_prefetch_disable,