Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c158 if (ccr & L2CR_L2E) in mpc74xx_l2_enable()
162 ccr = l2cr_config & ~L2CR_L2E; in mpc74xx_l2_enable()
H A Daim_machdep.c702 if (cache_reg & L2CR_L2E) { in flush_disable_caches()
710 cache_reg &= ~L2CR_L2E; in flush_disable_caches()
/freebsd/sys/powerpc/include/
H A Dspr.h609 #define L2CR_L2E 0x80000000 /* 0: L2 enable */ macro
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c545 if (mfspr(SPR_L2CR) & L2CR_L2E) { in cpu_6xx_print_cacheinfo()