Searched refs:bc_prefetch_enable (Results 1 – 3 of 3) sorted by relevance
22 void (*bc_prefetch_enable)(void); member53 static inline void bc_prefetch_enable(void) in bc_prefetch_enable() function55 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
38 bc_prefetch_enable(); in sc_prefetch_write()
106 .bc_prefetch_enable = mips_sc_prefetch_enable,