Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c184 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
190 mtspr(SPR_L3CR, ccr | L3CR_L3I); in mpc745x_l3_enable()
191 while (mfspr(SPR_L3CR) & L3CR_L3I) in mpc745x_l3_enable()
H A Daim_machdep.c733 mtspr(SPR_L3CR, cache_reg | L3CR_L3I); in flush_disable_caches()
735 while (mfspr(SPR_L3CR) & L3CR_L3I) in flush_disable_caches()
/freebsd/sys/powerpc/include/
H A Dspr.h672 #define L3CR_L3I 0x00000400 /* 21: L3 global invalidate */
667 #define L3CR_L3I global() macro