Searched refs:SLB_VSID_C (Results 1 – 4 of 4) sorted by relevance
45 #define SLB_VSID_C 0x0000000000000080ULL /* class */ macro
168 if (ih == 0x3 && (slb->vsid & SLB_VSID_C) == 0) { in helper_SLBIA()
48 #define SLB_VSID_C ASM_CONST(0x0000000000000080) /* class */ macro57 #define SLB_VSID_USER (SLB_VSID_KP|SLB_VSID_KS|SLB_VSID_C)
388 slbe->class = (rs & SLB_VSID_C) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()