Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h129 #define MAS8_TGS 0x80000000 /* Guest space */ macro
/openbmc/linux/arch/powerpc/kvm/
H A De500_mmu_host.c82 mtspr(SPRN_MAS8, MAS8_TGS | get_thread_specific_lpid(lpid)); in __write_host_tlbe()
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c1319 ((tlb->mas8 & MAS8_TGS) != sgs)) { in helper_booke206_tlbilx3()
H A Dcpu.h1051 #define MAS8_TGS 0x80000000 macro