Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dbcache.h22 void (*bc_prefetch_enable)(void); member
53 static inline void bc_prefetch_enable(void) in bc_prefetch_enable() function
55 if (bcops->bc_prefetch_enable) in bc_prefetch_enable()
56 bcops->bc_prefetch_enable(); in bc_prefetch_enable()
81 #define bc_prefetch_enable() do { } while (0) macro
/linux-6.1.9/arch/mips/mm/
Dsc-debugfs.c38 bc_prefetch_enable(); in sc_prefetch_write()
Dsc-mips.c106 .bc_prefetch_enable = mips_sc_prefetch_enable,