Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c180 if (ccr & L3CR_L3E) in mpc745x_l3_enable()
184 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
199 ccr |= L3CR_L3E; in mpc745x_l3_enable()
H A Daim_machdep.c722 if (cache_reg & L3CR_L3E) { in flush_disable_caches()
730 cache_reg &= ~L3CR_L3E; in flush_disable_caches()
/freebsd/sys/powerpc/include/
H A Dspr.h657 #define L3CR_L3E 0x80000000 /* 0: L3 enable */
652 #define L3CR_L3E global() macro
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c572 if (mfspr(SPR_L3CR) & L3CR_L3E) in cpu_6xx_print_cacheinfo()