Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/aim/
HDmp_cpudep.c154 ccr = l3cr_config & ~(L3CR_L3E | L3CR_L3I | L3CR_L3PE | L3CR_L3CLKEN); in mpc745x_l3_enable()
160 mtspr(SPR_L3CR, ccr | L3CR_L3I); in mpc745x_l3_enable()
161 while (mfspr(SPR_L3CR) & L3CR_L3I) in mpc745x_l3_enable()
HDaim_machdep.c549 mtspr(SPR_L3CR, cache_reg | L3CR_L3I); in flush_disable_caches()
551 while (mfspr(SPR_L3CR) & L3CR_L3I) in flush_disable_caches()
/NextBSD/sys/powerpc/include/
HDspr.h598 #define L3CR_L3I 0x00000400 /* 21: L3 global invalidate */ macro