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.S12 mfspr r7,SPRN_MAS1
26 mfspr r7,SPRN_MAS1
39 mfspr r7,SPRN_MAS1 /* Insure IPROT set */
41 mtspr SPRN_MAS1,r7
52 mfspr r7,SPRN_MAS1
56 mtspr SPRN_MAS1,r7
81 mfspr r6,SPRN_MAS1 /* extract MAS1[SIZE] */
109 mtspr SPRN_MAS1,r6
146 mfspr r6,SPRN_MAS1
148 mtspr SPRN_MAS1,r6
[all …]
Dhead_fsl_booke.S466 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
468 mtspr SPRN_MAS1,r12
560 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
562 mtspr SPRN_MAS1,r12
740 mfspr r16, SPRN_MAS1
742 mtspr SPRN_MAS1, r16
908 mfspr r8,SPRN_MAS1
1130 mfspr r4,SPRN_MAS1
1139 mfspr r4,SPRN_MAS1
1141 mtspr SPRN_MAS1,r4
[all …]
Dexceptions-64e.S114 mfspr r10,SPRN_MAS1
193 mtspr SPRN_MAS1,r10
1240 mfspr r7,SPRN_MAS1 /* Insure IPROT set */
1242 mtspr SPRN_MAS1,r7
1257 mfspr r7,SPRN_MAS1
1261 mtspr SPRN_MAS1,r7
1287 mfspr r7,SPRN_MAS1
1289 mtspr SPRN_MAS1,r6
1321 mfspr r6,SPRN_MAS1
1323 mtspr SPRN_MAS1,r6
[all …]
Dkvm.c472 case KVM_INST_MFSPR(SPRN_MAS1): in kvm_check_ins()
574 case KVM_INST_MTSPR(SPRN_MAS1): in kvm_check_ins()
Dmisc_64.S538 mtspr SPRN_MAS1,r9
Dentry_32.S69 mfspr r0,SPRN_MAS1
1071 mtspr SPRN_MAS1,r10; \
/arch/powerpc/mm/
Dtlb_low_64e.S222 mfspr r10,SPRN_MAS1
226 mtspr SPRN_MAS1,r10
353 mfspr r15,SPRN_MAS1
363 mfspr r10,SPRN_MAS1
384 mfspr r10,SPRN_MAS1
388 mfspr r10,SPRN_MAS1
394 4: mtspr SPRN_MAS1,r10
487 mfspr r10,SPRN_MAS1
490 mtspr SPRN_MAS1,r10
596 1: mfspr r10,SPRN_MAS1
[all …]
Dtlb_nohash_low.S302 mfspr r4,SPRN_MAS1 /* check valid */
306 mtspr SPRN_MAS1,r4
414 mtspr SPRN_MAS1,r4
447 mfspr r6,SPRN_MAS1
449 mtspr SPRN_MAS1,r6
479 mtspr SPRN_MAS1,r6
Dhugetlbpage-book3e.c189 mtspr(SPRN_MAS1, mas1); in book3e_hugetlb_preload()
/arch/powerpc/kvm/
De500_emulate.c231 case SPRN_MAS1: in kvmppc_core_emulate_mtspr_e500()
337 case SPRN_MAS1: in kvmppc_core_emulate_mfspr_e500()
De500mc.c80 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
82 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
De500_mmu_host.c79 mtspr(SPRN_MAS1, stlbe->mas1); in __write_host_tlbe()
211 mtspr(SPRN_MAS1, 0); in inval_gtlbe_on_host()
653 mas1 = mfspr(SPRN_MAS1); in kvmppc_load_last_inst()
De500.c280 val = mfspr(SPRN_MAS1); in kvmppc_e500_tlbil_one()
282 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in kvmppc_e500_tlbil_one()
Dbookehv_interrupts.S411 mfspr r6, SPRN_MAS1
616 mtspr SPRN_MAS1, r5
/arch/powerpc/include/asm/
Dreg_booke.h149 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro
/arch/powerpc/xmon/
Dxmon.c3171 mtspr(SPRN_MAS1, mas1); in dump_tlb_book3e()
3174 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()