Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dl2cr_6xx.S312 mfspr r4,SPRN_L3CR
340 mtspr SPRN_L3CR,r3
344 mtspr SPRN_L3CR,r3
347 mtspr SPRN_L3CR,r3
358 mtspr SPRN_L3CR,r3
363 10: mfspr r3,SPRN_L3CR
369 mtspr SPRN_L3CR,r3
383 mtspr SPRN_L3CR,r3
401 mfspr r3,SPRN_L3CR
Dcpu_setup_6xx.S225 mfspr r11,SPRN_L3CR
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dcache.S324 4: mfspr r3,SPRN_L3CR
330 mtspr SPRN_L3CR,r0 /* lock the L3 cache */
335 mtspr SPRN_L3CR,r0 /* set the hardware flush bit */
336 5: mfspr r0,SPRN_L3CR /* wait for it to go to zero */
341 mtspr SPRN_L3CR,r3 /* disable the L3 cache */
344 mtspr SPRN_L3CR,r4
345 1: mfspr r4,SPRN_L3CR
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h682 #define SPRN_L3CR 0x3FA /* Level 3 Cache Control Register */ macro