Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dfsl_booke_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 …]
Dhead_fsl_booke.S466 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
468 mtspr SPRN_MAS1,r12
568 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
570 mtspr SPRN_MAS1,r12
747 mfspr r16, SPRN_MAS1
749 mtspr SPRN_MAS1, r16
915 mfspr r8,SPRN_MAS1
1137 mfspr r4,SPRN_MAS1
1146 mfspr r4,SPRN_MAS1
1148 mtspr SPRN_MAS1,r4
[all …]
Dexceptions-64e.S100 mfspr r10,SPRN_MAS1
179 mtspr SPRN_MAS1,r10
1261 mfspr r7,SPRN_MAS1 /* Insure IPROT set */
1263 mtspr SPRN_MAS1,r7
1278 mfspr r7,SPRN_MAS1
1282 mtspr SPRN_MAS1,r7
1308 mfspr r7,SPRN_MAS1
1310 mtspr SPRN_MAS1,r6
1342 mfspr r6,SPRN_MAS1
1344 mtspr SPRN_MAS1,r6
[all …]
Dkvm.c463 case KVM_INST_MFSPR(SPRN_MAS1): in kvm_check_ins()
565 case KVM_INST_MTSPR(SPRN_MAS1): in kvm_check_ins()
Dmisc_64.S342 mtspr SPRN_MAS1,r9
Dentry_32.S68 mfspr r0,SPRN_MAS1
1132 mtspr SPRN_MAS1,r10; \
/arch/powerpc/mm/nohash/
Dtlb_low_64e.S220 mfspr r10,SPRN_MAS1
224 mtspr SPRN_MAS1,r10
351 mfspr r15,SPRN_MAS1
361 mfspr r10,SPRN_MAS1
382 mfspr r10,SPRN_MAS1
386 mfspr r10,SPRN_MAS1
392 4: mtspr SPRN_MAS1,r10
485 mfspr r10,SPRN_MAS1
488 mtspr SPRN_MAS1,r10
594 1: mfspr r10,SPRN_MAS1
[all …]
Dtlb_low.S299 mfspr r4,SPRN_MAS1 /* check valid */
303 mtspr SPRN_MAS1,r4
411 mtspr SPRN_MAS1,r4
448 mfspr r6,SPRN_MAS1
450 mtspr SPRN_MAS1,r6
485 mtspr SPRN_MAS1,r6
Dbook3e_hugetlbpage.c169 mtspr(SPRN_MAS1, mas1); in book3e_hugetlb_preload()
/arch/powerpc/kvm/
De500_emulate.c228 case SPRN_MAS1: in kvmppc_core_emulate_mtspr_e500()
341 case SPRN_MAS1: in kvmppc_core_emulate_mfspr_e500()
De500mc.c76 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
78 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
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()
De500.c276 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
278 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
Dbookehv_interrupts.S404 mfspr r6, SPRN_MAS1
609 mtspr SPRN_MAS1, r5
/arch/powerpc/include/asm/
Dreg_booke.h146 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro
/arch/powerpc/xmon/
Dxmon.c3732 mtspr(SPRN_MAS1, mas1); in dump_tlb_book3e()
3735 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()