Searched refs:SPRN_MAS7 (Results 1 - 25 of 27) sorted by relevance
12
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 243 case SPRN_MAS7: in kvmppc_core_emulate_mtspr_e500() 355 case SPRN_MAS7: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 80 mtspr(SPRN_MAS7, (u32)(stlbe->mas7_3 >> 32)); in __write_host_tlbe() 657 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; in kvmppc_load_last_inst()
|
H A D | bookehv_interrupts.S | 414 mfspr r5, SPRN_MAS7 616 mtspr SPRN_MAS7, r5
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 243 case SPRN_MAS7: in kvmppc_core_emulate_mtspr_e500() 355 case SPRN_MAS7: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 80 mtspr(SPRN_MAS7, (u32)(stlbe->mas7_3 >> 32)); in __write_host_tlbe() 657 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; in kvmppc_load_last_inst()
|
H A D | bookehv_interrupts.S | 414 mfspr r5, SPRN_MAS7 607 mtspr SPRN_MAS7, r5
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | book3e_hugetlbpage.c | 176 mtspr(SPRN_MAS7, upper_32_bits(mas7_3)); in book3e_hugetlb_preload()
|
H A D | tlb_low_64e.S | 720 mtspr SPRN_MAS7,r16 850 mtspr SPRN_MAS7,r16 1094 mtspr SPRN_MAS7,r16 1181 mtspr SPRN_MAS7,r16
|
H A D | tlb_low.S | 418 mtspr SPRN_MAS7,r4
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 166 mtspr(SPRN_MAS7, upper_32_bits(mas7_3)); in book3e_hugetlb_preload()
|
H A D | tlb_low_64e.S | 714 mtspr SPRN_MAS7,r16 844 mtspr SPRN_MAS7,r16 1066 mtspr SPRN_MAS7,r16 1149 mtspr SPRN_MAS7,r16
|
H A D | tlb_low.S | 390 mtspr SPRN_MAS7,r4
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kvm.c | 483 case KVM_INST_MFSPR(SPRN_MAS7): in kvm_check_ins() 585 case KVM_INST_MTSPR(SPRN_MAS7): in kvm_check_ins()
|
H A D | fsl_booke_entry_mapping.S | 93 mfspr r23,SPRN_MAS7
|
H A D | head_fsl_booke.S | 779 mtspr SPRN_MAS7, r10 928 mfspr r3,SPRN_MAS7 1149 mtspr SPRN_MAS7,r5
|
H A D | misc_64.S | 345 mtspr SPRN_MAS7,r9
|
H A D | exceptions-64e.S | 109 mfspr r10,SPRN_MAS7 188 mtspr SPRN_MAS7,r10
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | kvm.c | 483 case KVM_INST_MFSPR(SPRN_MAS7): in kvm_check_ins() 585 case KVM_INST_MTSPR(SPRN_MAS7): in kvm_check_ins()
|
H A D | 85xx_entry_mapping.S | 93 mfspr r23,SPRN_MAS7
|
H A D | head_85xx.S | 783 mtspr SPRN_MAS7, r10 909 mfspr r3,SPRN_MAS7 1102 mtspr SPRN_MAS7,r5
|
H A D | entry_32.S | 450 mtspr SPRN_MAS7,r11;
|
H A D | misc_64.S | 324 mtspr SPRN_MAS7,r9
|
H A D | head_booke.h | 258 mfspr r0,SPRN_MAS7
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 161 #define SPRN_MAS7 0x3B0 /* MMU Assist Register 7 */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 161 #define SPRN_MAS7 0x3B0 /* MMU Assist Register 7 */ macro
|
Completed in 21 milliseconds
12