Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h74 #define MAS2_G 0x00000002 macro
/linux-5.19.10/arch/powerpc/kvm/
De500.h120 (MAS2_X0 | MAS2_X1 | MAS2_E | MAS2_G)
De500.c342 tlbe->mas2 = (0xe0004500 & 0xFFFFF000) | MAS2_I | MAS2_G; in kvmppc_e500_tlb_setup()
/linux-5.19.10/arch/powerpc/mm/nohash/
Dfsl_book3e.c116 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c3951 mas2 & MAS2_G ? 'g' : ' ', in dump_tlb_book3e()