Searched refs:MAS2_M (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-book3e.h72 #define MAS2_M 0x00000004 macro
/linux-4.1.27/arch/powerpc/kernel/
H A Dfsl_booke_entry_mapping.S157 #define M_IF_SMP MAS2_M
H A Dexceptions-64e.S1318 #define M_IF_SMP MAS2_M
1403 LOAD_REG_IMMEDIATE(r3, PAGE_OFFSET | MAS2_M)
/linux-4.1.27/arch/powerpc/mm/
H A Dfsl_booke_mmu.c126 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; settlbcam()
/linux-4.1.27/arch/powerpc/kvm/
H A De500_mmu_host.c176 magic.mas2 = vcpu->arch.magic_page_ea | MAS2_M; kvmppc_map_magic()
688 unlikely((mas2 & MAS2_I) || (mas2 & MAS2_W) || !(mas2 & MAS2_M))) { kvmppc_load_last_inst()
/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c2928 mas2 & MAS2_M ? 'm' : ' ', dump_tlb_book3e()

Completed in 103 milliseconds