Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h45 #define SLB_VSID_C 0x0000000000000080ULL /* class */ macro
H A Dmmu-hash64.c168 if (ih == 0x3 && (slb->vsid & SLB_VSID_C) == 0) { in helper_SLBIA()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h48 #define SLB_VSID_C ASM_CONST(0x0000000000000080) /* class */ macro
57 #define SLB_VSID_USER (SLB_VSID_KP|SLB_VSID_KS|SLB_VSID_C)
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c388 slbe->class = (rs & SLB_VSID_C) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()