Home
last modified time | relevance | path

Searched defs:bc_prefetch_is_enabled (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dbcache.h24 bool (*bc_prefetch_is_enabled)(void); member
65 static inline bool bc_prefetch_is_enabled(void) in bc_prefetch_is_enabled() function
83 #define bc_prefetch_is_enabled() 0 macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dbcache.h24 bool (*bc_prefetch_is_enabled)(void); member
65 static inline bool bc_prefetch_is_enabled(void) in bc_prefetch_is_enabled() function
83 #define bc_prefetch_is_enabled() 0 macro