Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h74 #define MAS2_G 0x00000002 macro
/linux/arch/powerpc/kvm/
H A De500.h122 (MAS2_X0 | MAS2_X1 | MAS2_E | MAS2_G)
H A De500.c342 tlbe->mas2 = (0xe0004500 & 0xFFFFF000) | MAS2_I | MAS2_G; in kvmppc_e500_tlb_setup()
/linux/arch/powerpc/mm/nohash/
H A De500.c116 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()