Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dl2cr_6xx.S299 mfspr r4,SPRN_L3CR
327 mtspr SPRN_L3CR,r3
331 mtspr SPRN_L3CR,r3
334 mtspr SPRN_L3CR,r3
345 mtspr SPRN_L3CR,r3
350 10: mfspr r3,SPRN_L3CR
356 mtspr SPRN_L3CR,r3
370 mtspr SPRN_L3CR,r3
388 mfspr r3,SPRN_L3CR
Dcpu_setup_6xx.S221 mfspr r11,SPRN_L3CR
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dcache.S320 4: mfspr r3,SPRN_L3CR
326 mtspr SPRN_L3CR,r0 /* lock the L3 cache */
331 mtspr SPRN_L3CR,r0 /* set the hardware flush bit */
332 5: mfspr r0,SPRN_L3CR /* wait for it to go to zero */
337 mtspr SPRN_L3CR,r3 /* disable the L3 cache */
340 mtspr SPRN_L3CR,r4
341 1: mfspr r4,SPRN_L3CR
/Linux-v5.10/arch/powerpc/include/asm/
Dreg.h704 #define SPRN_L3CR 0x3FA /* Level 3 Cache Control Register */ macro