Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
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
/linux-6.3-rc2/arch/mips/mm/
A Dsc-debugfs.c40 bc_prefetch_disable(); in sc_prefetch_write()
A Dsc-mips.c107 .bc_prefetch_disable = mips_sc_prefetch_disable,

Completed in 3 milliseconds