Searched refs:SPRN_L2CR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | cache.S | 99 mfspr r5,SPRN_L2CR 105 1: mtspr SPRN_L2CR,r3 139 1: mtspr SPRN_L2CR,r5 151 mtspr SPRN_L2CR,r4 156 1: mfspr r3,SPRN_L2CR 163 mtspr SPRN_L2CR,r4 271 mfspr r3,SPRN_L2CR 278 1: mtspr SPRN_L2CR,r0 /* lock the L2 cache */ 290 mtspr SPRN_L2CR,r0 /* set the hardware flush bit */ 291 3: mfspr r0,SPRN_L2CR /* wai [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | cache.S | 99 mfspr r5,SPRN_L2CR 105 1: mtspr SPRN_L2CR,r3 139 1: mtspr SPRN_L2CR,r5 151 mtspr SPRN_L2CR,r4 156 1: mfspr r3,SPRN_L2CR 163 mtspr SPRN_L2CR,r4 271 mfspr r3,SPRN_L2CR 278 1: mtspr SPRN_L2CR,r0 /* lock the L2 cache */ 290 mtspr SPRN_L2CR,r0 /* set the hardware flush bit */ 291 3: mfspr r0,SPRN_L2CR /* wai [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 123 mfspr r4,SPRN_L2CR 197 mtspr SPRN_L2CR,r3 210 mtspr SPRN_L2CR,r3 217 10: mfspr r3,SPRN_L2CR 224 3: mfspr r3,SPRN_L2CR 230 mtspr SPRN_L2CR,r3 239 mtspr SPRN_L2CR,r3 269 mfspr r3,SPRN_L2CR
|
H A D | cpu_setup_6xx.S | 263 mfspr r3,SPRN_L2CR
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 123 mfspr r4,SPRN_L2CR 197 mtspr SPRN_L2CR,r3 210 mtspr SPRN_L2CR,r3 217 10: mfspr r3,SPRN_L2CR 224 3: mfspr r3,SPRN_L2CR 230 mtspr SPRN_L2CR,r3 239 mtspr SPRN_L2CR,r3 269 mfspr r3,SPRN_L2CR
|
H A D | cpu_setup_6xx.S | 291 mfspr r3,SPRN_L2CR
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 825 case SPRN_L2CR: in kvmppc_core_emulate_mtspr_pr() 989 case SPRN_L2CR: in kvmppc_core_emulate_mfspr_pr()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 821 case SPRN_L2CR: in kvmppc_core_emulate_mtspr_pr() 988 case SPRN_L2CR: in kvmppc_core_emulate_mfspr_pr()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg.h | 670 #define SPRN_L2CR 0x3F9 /* Level 2 Cache Control Register */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg.h | 677 #define SPRN_L2CR 0x3F9 /* Level 2 Cache Control Register */ macro
|
Completed in 14 milliseconds