Home
last modified time | relevance | path

Searched refs:MAS2_M (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h73 #define MAS2_M 0x00000004 macro
228 #define MAS2_M_IF_NEEDED MAS2_M
/linux/arch/powerpc/kvm/
H A De500_mmu_host.c177 magic.mas2 = vcpu->arch.magic_page_ea | MAS2_M; in kvmppc_map_magic()
648 unlikely((mas2 & MAS2_I) || (mas2 & MAS2_W) || !(mas2 & MAS2_M))) { in kvmppc_load_last_inst()
/linux/arch/powerpc/mm/nohash/
H A De500.c115 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
/linux/arch/powerpc/kernel/
H A Dexceptions-64e.S1301 LOAD_REG_IMMEDIATE(r3, PAGE_OFFSET | MAS2_M)