Searched refs:KVM_SREGS_E_IVOR (Results 1 – 5 of 5) sorted by relevance
254 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR)) in kvmppc_core_set_sregs_e500mc()
402 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR)) in kvmppc_core_set_sregs_e500()
1550 sregs->u.e.features |= KVM_SREGS_E_IVOR; in kvmppc_get_sregs_ivor()1573 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR)) in kvmppc_set_sregs_ivor()
113 #define KVM_SREGS_E_IVOR (1 << 5) macro