Searched refs:meta_l2c_is_present (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/metag/mm/
H A Dl2cache.c47 if (!meta_l2c_is_present()) { meta_l2c_setup()
101 if (!meta_l2c_is_present()) meta_l2c_disable()
126 if (!meta_l2c_is_present()) meta_l2c_enable()
152 if (!meta_l2c_is_present()) meta_l2c_pf_enable()
/linux-4.4.14/arch/metag/include/asm/
H A Dl2cache.h32 static inline int meta_l2c_is_present(void) meta_l2c_is_present() function
53 if (!meta_l2c_is_present()) meta_l2c_size()
65 if (!meta_l2c_is_present()) meta_l2c_ways()
76 if (!meta_l2c_is_present()) meta_l2c_linesize()
233 #define meta_l2c_is_present() 0 macro
/linux-4.4.14/arch/metag/kernel/
H A Dsetup.c511 if (meta_l2c_is_present()) {

Completed in 113 milliseconds