Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dl2cr_6xx.S311 mfspr r4,SPRN_L3CR
339 mtspr SPRN_L3CR,r3
343 mtspr SPRN_L3CR,r3
346 mtspr SPRN_L3CR,r3
357 mtspr SPRN_L3CR,r3
362 10: mfspr r3,SPRN_L3CR
368 mtspr SPRN_L3CR,r3
382 mtspr SPRN_L3CR,r3
400 mfspr r3,SPRN_L3CR
Dcpu_setup_6xx.S224 mfspr r11,SPRN_L3CR
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dcache.S323 4: mfspr r3,SPRN_L3CR
329 mtspr SPRN_L3CR,r0 /* lock the L3 cache */
334 mtspr SPRN_L3CR,r0 /* set the hardware flush bit */
335 5: mfspr r0,SPRN_L3CR /* wait for it to go to zero */
340 mtspr SPRN_L3CR,r3 /* disable the L3 cache */
343 mtspr SPRN_L3CR,r4
344 1: mfspr r4,SPRN_L3CR
/linux-3.4.99/arch/powerpc/include/asm/
Dreg.h450 #define SPRN_L3CR 0x3FA /* Level 3 Cache Control Regsiter */ macro