Home
last modified time | relevance | path

Searched refs:L2CR_L2I (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c153 bit = L2CR_L2I; in mpc74xx_l2_enable()
163 mtspr(SPR_L2CR, ccr | L2CR_L2I); in mpc74xx_l2_enable()
H A Daim_machdep.c714 mtspr(SPR_L2CR, cache_reg | L2CR_L2I); in flush_disable_caches()
716 while (mfspr(SPR_L2CR) & L2CR_L2I) in flush_disable_caches()
/freebsd/sys/powerpc/include/
H A Dspr.h637 #define L2CR_L2I 0x00200000 /* 10: L2 global invalidate. */
632 #define L2CR_L2I global() macro