Home
last modified time | relevance | path

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

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