Home
last modified time | relevance | path

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

/linux-3.4.99/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 …]
Dexceptions-64e.S877 mfspr r7,SPRN_MAS1 /* Insure IPROT set */
879 mtspr SPRN_MAS1,r7
894 mfspr r7,SPRN_MAS1
898 mtspr SPRN_MAS1,r7
924 mfspr r7,SPRN_MAS1
926 mtspr SPRN_MAS1,r6
958 mfspr r6,SPRN_MAS1
960 mtspr SPRN_MAS1,r6
985 mtspr SPRN_MAS1,r6
1017 mfspr r5,SPRN_MAS1
[all …]
Dhead_fsl_booke.S76 mfspr r16,SPRN_MAS1
393 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
395 mtspr SPRN_MAS1,r12
481 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
483 mtspr SPRN_MAS1,r12
637 mfspr r16, SPRN_MAS1
639 mtspr SPRN_MAS1, r16
Dkvm.c471 case KVM_INST_MFSPR(SPRN_MAS1): in kvm_check_ins()
573 case KVM_INST_MTSPR(SPRN_MAS1): in kvm_check_ins()
Dentry_32.S70 mfspr r0,SPRN_MAS1
1078 mtspr SPRN_MAS1,r10; \
/linux-3.4.99/arch/powerpc/mm/
Dtlb_low_64e.S195 mfspr r10,SPRN_MAS1
199 mtspr SPRN_MAS1,r10
297 1: mfspr r10,SPRN_MAS1
300 mtspr SPRN_MAS1,r10
345 mfspr r10,SPRN_MAS1
348 mtspr SPRN_MAS1,r10
434 mfspr r11,SPRN_MAS1
437 mtspr SPRN_MAS1,r11
523 mfspr r10,SPRN_MAS1
525 mtspr SPRN_MAS1,r10
[all …]
Dtlb_nohash_low.S309 mfspr r4,SPRN_MAS1 /* check valid */
313 mtspr SPRN_MAS1,r4
418 mtspr SPRN_MAS1,r4
Dhugetlbpage-book3e.c100 mtspr(SPRN_MAS1, mas1); in book3e_hugetlb_preload()
/linux-3.4.99/arch/powerpc/kvm/
De500_emulate.c93 case SPRN_MAS1: in kvmppc_core_emulate_mtspr()
161 case SPRN_MAS1: in kvmppc_core_emulate_mfspr()
De500_tlb.c291 mtspr(SPRN_MAS1, stlbe->mas1); in __write_host_tlbe()
423 val = mfspr(SPRN_MAS1); in inval_gtlbe_on_host()
425 mtspr(SPRN_MAS1, val & ~MAS1_VALID); in inval_gtlbe_on_host()
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dscom_smp.c262 a2_scom_setspr(scom, thread, SPRN_MAS1, MAS1_TSIZE(BOOK3E_PAGESZ_1GB)); in a2_scom_initial_tlb()
320 rc[5] = a2_scom_getspr(scom, thread, SPRN_MAS1, &mas1); in a2_scom_initial_tlb()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h116 #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ macro
/linux-3.4.99/arch/powerpc/xmon/
Dxmon.c2789 mtspr(SPRN_MAS1, mas1); in dump_tlb_book3e()
2792 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()