Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/aim/
Dmp_cpudep.c175 if (ccr & L3CR_L3E) in mpc745x_l3_enable()
179 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
194 ccr |= L3CR_L3E; in mpc745x_l3_enable()
Daim_machdep.c626 if (cache_reg & L3CR_L3E) { in flush_disable_caches()
634 cache_reg &= ~L3CR_L3E; in flush_disable_caches()
/freebsd-12-stable/sys/powerpc/include/
Dspr.h668 #define L3CR_L3E 0x80000000 /* 0: L3 enable */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
Dcpu.c553 if (mfspr(SPR_L3CR) & L3CR_L3E) in cpu_6xx_print_cacheinfo()