Searched refs:bc_prefetch_disable (Results 1 – 3 of 3) sorted by relevance
23 void (*bc_prefetch_disable)(void); member59 static inline void bc_prefetch_disable(void) in bc_prefetch_disable() function61 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
40 bc_prefetch_disable(); in sc_prefetch_write()
107 .bc_prefetch_disable = mips_sc_prefetch_disable,