Searched refs:SPRN_MAS4 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 237 case SPRN_MAS4: in kvmppc_core_emulate_mtspr_e500() 349 case SPRN_MAS4: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 113 mas4 = mfspr(SPRN_MAS4); in get_host_mas0() 114 mtspr(SPRN_MAS4, mas4 & ~MAS4_TLBSEL_MASK); in get_host_mas0() 117 mtspr(SPRN_MAS4, mas4); in get_host_mas0()
|
H A D | bookehv_interrupts.S | 410 mfspr r6, SPRN_MAS4 418 mtspr SPRN_MAS4, r6 599 mfspr r3, SPRN_MAS4 612 mtspr SPRN_MAS4, r8
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 237 case SPRN_MAS4: in kvmppc_core_emulate_mtspr_e500() 349 case SPRN_MAS4: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 113 mas4 = mfspr(SPRN_MAS4); in get_host_mas0() 114 mtspr(SPRN_MAS4, mas4 & ~MAS4_TLBSEL_MASK); in get_host_mas0() 117 mtspr(SPRN_MAS4, mas4); in get_host_mas0()
|
H A D | bookehv_interrupts.S | 410 mfspr r6, SPRN_MAS4 418 mtspr SPRN_MAS4, r6 590 mfspr r3, SPRN_MAS4 603 mtspr SPRN_MAS4, r8
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kvm.c | 475 case KVM_INST_MFSPR(SPRN_MAS4): in kvm_check_ins() 577 case KVM_INST_MTSPR(SPRN_MAS4): in kvm_check_ins()
|
H A D | head_fsl_booke.S | 193 mtspr SPRN_MAS4, r2 1107 mtspr SPRN_MAS4,r4
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | kvm.c | 475 case KVM_INST_MFSPR(SPRN_MAS4): in kvm_check_ins() 577 case KVM_INST_MTSPR(SPRN_MAS4): in kvm_check_ins()
|
H A D | head_85xx.S | 191 mtspr SPRN_MAS4, r2 1060 mtspr SPRN_MAS4,r4
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb.c | 625 mtspr(SPRN_MAS4, mas4); in early_init_this_mmu()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb.c | 591 mtspr(SPRN_MAS4, mas4); in early_init_this_mmu()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 149 #define SPRN_MAS4 0x274 /* MMU Assist Register 4 */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 149 #define SPRN_MAS4 0x274 /* MMU Assist Register 4 */ macro
|
Completed in 15 milliseconds