Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h73 #define MAS2_M 0x00000004 macro
228 #define MAS2_M_IF_NEEDED MAS2_M
/linux-5.19.10/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-5.19.10/arch/powerpc/mm/nohash/
Dfsl_book3e.c115 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
/linux-5.19.10/arch/powerpc/kernel/
Dexceptions-64e.S1308 LOAD_REG_IMMEDIATE(r3, PAGE_OFFSET | MAS2_M)
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c3950 mas2 & MAS2_M ? 'm' : ' ', in dump_tlb_book3e()