Searched refs:SPRN_MAS0 (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 37 mfspr r7,SPRN_MAS0 51 mtspr SPRN_MAS0,r7 78 mtspr SPRN_MAS0,r7 105 mtspr SPRN_MAS0,r7 145 mtspr SPRN_MAS0,r7 160 mtspr SPRN_MAS0,r6 193 mtspr SPRN_MAS0,r0 221 mtspr SPRN_MAS0,r7
|
H A D | exceptions-64e.S | 101 mfspr r10,SPRN_MAS0 178 mtspr SPRN_MAS0,r10 1129 mfspr r3,SPRN_MAS0 1147 mtspr SPRN_MAS0,r7 1173 mtspr SPRN_MAS0,r4 1177 mtspr SPRN_MAS0,r4 1211 mtspr SPRN_MAS0,r3 1227 mtspr SPRN_MAS0,r3 1263 mtspr SPRN_MAS0,r4 1298 mtspr SPRN_MAS0,r11 [all …]
|
H A D | head_85xx.S | 734 mtspr SPRN_MAS0, r14 1087 mtspr SPRN_MAS0,r7 /* Write MAS0 */ 1144 mtspr SPRN_MAS0,r4 1159 mfspr r4,SPRN_MAS0 1162 mtspr SPRN_MAS0,r4 1210 mtspr SPRN_MAS0,r9
|
H A D | kvm.c | 459 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins() 561 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
|
H A D | misc_64.S | 312 mtspr SPRN_MAS0,r9
|
H A D | entry_32.S | 458 mtspr SPRN_MAS0,r9; \
|
H A D | head_booke.h | 247 mfspr r0,SPRN_MAS0
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low.S | 381 mtspr SPRN_MAS0,r4 425 mfspr r6,SPRN_MAS0 428 mtspr SPRN_MAS0,r6 464 mtspr SPRN_MAS0,r6
|
H A D | tlb_low_64e.S | 333 mtspr SPRN_MAS0,r10 403 mfspr r10,SPRN_MAS0 429 mtspr SPRN_MAS0,r10 492 mfspr r10,SPRN_MAS0
|
H A D | e500_hugetlbpage.c | 152 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 224 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500() 337 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 76 mtspr(SPRN_MAS0, mas0); in __write_host_tlbe() 116 mas0 = mfspr(SPRN_MAS0); in get_host_mas0() 206 mtspr(SPRN_MAS0, in inval_gtlbe_on_host()
|
H A D | bookehv_interrupts.S | 402 mfspr r5, SPRN_MAS0 599 mtspr SPRN_MAS0, r3
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | release.S | 297 mtspr SPRN_MAS0,r11 464 mtspr SPRN_MAS0,r10
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 534 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro 747 #define MAS0 SPRN_MAS0
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 145 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3919 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()
|