Home
last modified time | relevance | path

Searched refs:MAS2_G (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h74 #define MAS2_G 0x00000002 macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500.h120 (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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h74 #define MAS2_G 0x00000002 macro
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500.h120 (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()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A Dfsl_booke.c122 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A De500.c116 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c3881 mas2 & MAS2_G ? 'g' : ' ', in dump_tlb_book3e()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c3950 mas2 & MAS2_G ? 'g' : ' ', in dump_tlb_book3e()

Completed in 14 milliseconds