Home
last modified time | relevance | path

Searched refs:SPRN_MAS1 (Results 1 – 17 of 17) sorted by relevance

/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S13 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 Dhead_85xx.S456 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
458 mtspr SPRN_MAS1,r12
468 mfspr r12, SPRN_MAS1
549 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
551 mtspr SPRN_MAS1,r12
569 mfspr r12, SPRN_MAS1
736 mfspr r16, SPRN_MAS1
738 mtspr SPRN_MAS1, r16
881 mfspr r8,SPRN_MAS1
1073 mtspr SPRN_MAS1,r3 /* Write MAS1 */
[all …]
H A Dexceptions-64e.S102 mfspr r10,SPRN_MAS1
179 mtspr SPRN_MAS1,r10
1131 mfspr r7,SPRN_MAS1 /* Insure IPROT set */
1133 mtspr SPRN_MAS1,r7
1148 mfspr r7,SPRN_MAS1
1152 mtspr SPRN_MAS1,r7
1178 mfspr r7,SPRN_MAS1
1180 mtspr SPRN_MAS1,r6
1212 mfspr r6,SPRN_MAS1
1214 mtspr SPRN_MAS1,r6
[all …]
H A Dkvm.c463 case KVM_INST_MFSPR(SPRN_MAS1): in kvm_check_ins()
565 case KVM_INST_MTSPR(SPRN_MAS1): in kvm_check_ins()
H A Dmisc_64.S316 mtspr SPRN_MAS1,r9
H A Dentry_32.S433 mtspr SPRN_MAS1,r10; \
H A Dhead_booke.h248 mfspr r0,SPRN_MAS1
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S129 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
464 mfspr r10,SPRN_MAS1
467 mtspr SPRN_MAS1,r10
[all …]
H A Dtlb_low.S259 mfspr r4,SPRN_MAS1 /* check valid */
263 mtspr SPRN_MAS1,r4
358 mtspr SPRN_MAS1,r4
397 mfspr r6,SPRN_MAS1
399 mtspr SPRN_MAS1,r6
436 mtspr SPRN_MAS1,r6
H A De500_hugetlbpage.c162 mtspr(SPRN_MAS1, mas1); in book3e_hugetlb_preload()
/linux/arch/powerpc/kvm/
H A De500_emulate.c227 case SPRN_MAS1: in kvmppc_core_emulate_mtspr_e500()
340 case SPRN_MAS1: in kvmppc_core_emulate_mfspr_e500()
H A De500_mmu_host.c77 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 De500mc.c77 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
79 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
H A De500.c276 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
278 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
H A Dbookehv_interrupts.S404 mfspr r6, SPRN_MAS1
600 mtspr SPRN_MAS1, r5
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h140 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c3918 mtspr(SPRN_MAS1, mas1); in dump_tlb_book3e()
3921 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()