Home
last modified time | relevance | path

Searched refs:L3CR_L3E (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/powerpc/aim/
HDmp_cpudep.c143 if (ccr & L3CR_L3E) in mpc745x_l3_enable()
147 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
162 ccr |= L3CR_L3E; in mpc745x_l3_enable()
HDmachdep.c864 if (cache_reg & L3CR_L3E) { in flush_disable_caches()
872 cache_reg &= ~L3CR_L3E; in flush_disable_caches()
/trueos/sys/powerpc/include/
HDspr.h573 #define L3CR_L3E 0x80000000 /* 0: L3 enable */ macro
/trueos/sys/powerpc/powerpc/
HDcpu.c469 if (mfspr(SPR_L3CR) & L3CR_L3E) in cpu_6xx_print_cacheinfo()