Searched refs:IDC_ENABLED (Results 1 – 3 of 3) sorted by relevance
16 return !!(mfspr(IC_CST) & IDC_ENABLED); in icache_status()34 return !!(mfspr(IC_CST) & IDC_ENABLED); in dcache_status()
48 u32 cacheon = rd_ic_cst() & IDC_ENABLED; in checkicache()89 u32 cacheon = rd_dc_cst() & IDC_ENABLED; in checkdcache()
103 #define IDC_ENABLED 0x80000000 /* Cache is enabled */ macro
Completed in 5 milliseconds