Searched refs:IDC_ENABLED (Results 1 – 4 of 4) sorted by relevance
15 return !!(mfspr(IC_CST) & IDC_ENABLED); in icache_status()33 return !!(mfspr(IC_CST) & IDC_ENABLED); in dcache_status()
107 u32 cacheon = rd_ic_cst() & IDC_ENABLED; in checkicache()148 u32 cacheon = rd_dc_cst() & IDC_ENABLED; in checkdcache()
75 #define IDC_ENABLED 0x80000000 /* Cache is enabled */ macro
103 #define IDC_ENABLED 0x80000000 /* Cache is enabled */ macro