/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 13 mfspr r7,SPRN_MAS1 27 mfspr r7,SPRN_MAS1 40 mfspr r7,SPRN_MAS1 /* Insure IPROT set */ 42 mtspr SPRN_MAS1,r7 53 mfspr r7,SPRN_MAS1 57 mtspr SPRN_MAS1,r7 82 mfspr r6,SPRN_MAS1 /* extract MAS1[SIZE] */ 110 mtspr SPRN_MAS1,r6 147 mfspr r6,SPRN_MAS1 149 mtspr SPRN_MAS1,r6 [all …]
|
H A D | head_85xx.S | 455 mfspr r12,SPRN_MAS1 /* Set TID to 0 */ 457 mtspr SPRN_MAS1,r12 467 mfspr r12, SPRN_MAS1 563 mfspr r12,SPRN_MAS1 /* Set TID to 0 */ 565 mtspr SPRN_MAS1,r12 582 mfspr r12, SPRN_MAS1 754 mfspr r16, SPRN_MAS1 756 mtspr SPRN_MAS1, r16 899 mfspr r8,SPRN_MAS1 1091 mtspr SPRN_MAS1,r3 /* Write MAS1 */ [all …]
|
H A D | exceptions-64e.S | 103 mfspr r10,SPRN_MAS1 180 mtspr SPRN_MAS1,r10 1132 mfspr r7,SPRN_MAS1 /* Insure IPROT set */ 1134 mtspr SPRN_MAS1,r7 1149 mfspr r7,SPRN_MAS1 1153 mtspr SPRN_MAS1,r7 1179 mfspr r7,SPRN_MAS1 1181 mtspr SPRN_MAS1,r6 1213 mfspr r6,SPRN_MAS1 1215 mtspr SPRN_MAS1,r6 [all …]
|
H A D | kvm.c | 463 case KVM_INST_MFSPR(SPRN_MAS1): in kvm_check_ins() 565 case KVM_INST_MTSPR(SPRN_MAS1): in kvm_check_ins()
|
H A D | misc_64.S | 316 mtspr SPRN_MAS1,r9
|
H A D | entry_32.S | 460 mtspr SPRN_MAS1,r10; \
|
H A D | head_booke.h | 249 mfspr r0,SPRN_MAS1
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 129 mfspr r10,SPRN_MAS1 210 mfspr r10,SPRN_MAS1 215 mtspr SPRN_MAS1,r10 336 mfspr r15,SPRN_MAS1 346 mfspr r10,SPRN_MAS1 367 mfspr r10,SPRN_MAS1 371 mfspr r10,SPRN_MAS1 377 4: mtspr SPRN_MAS1,r10 469 mfspr r10,SPRN_MAS1 472 mtspr SPRN_MAS1,r10 [all …]
|
H A D | tlb_low.S | 284 mfspr r4,SPRN_MAS1 /* check valid */ 288 mtspr SPRN_MAS1,r4 383 mtspr SPRN_MAS1,r4 422 mfspr r6,SPRN_MAS1 424 mtspr SPRN_MAS1,r6 461 mtspr SPRN_MAS1,r6
|
H A D | e500_hugetlbpage.c | 162 mtspr(SPRN_MAS1, mas1); in book3e_hugetlb_preload()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 227 case SPRN_MAS1: in kvmppc_core_emulate_mtspr_e500() 340 case SPRN_MAS1: in kvmppc_core_emulate_mfspr_e500()
|
H A D | e500_mmu_host.c | 77 mtspr(SPRN_MAS1, stlbe->mas1); in __write_host_tlbe() 209 mtspr(SPRN_MAS1, 0); in inval_gtlbe_on_host() 651 mas1 = mfspr(SPRN_MAS1); in kvmppc_load_last_inst()
|
H A D | e500mc.c | 77 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one() 79 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
|
H A D | e500.c | 276 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one() 278 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
|
H A D | bookehv_interrupts.S | 404 mfspr r6, SPRN_MAS1 600 mtspr SPRN_MAS1, r5
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | release.S | 300 mtspr SPRN_MAS1,r11 467 mtspr SPRN_MAS1,r10
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 535 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro 748 #define MAS1 SPRN_MAS1
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 146 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3920 mtspr(SPRN_MAS1, mas1); in dump_tlb_book3e() 3923 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()
|