Searched refs:KVM_SREGS_E_IVOR (Results 1 – 5 of 5) sorted by relevance
259 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()
1584 sregs->u.e.features |= KVM_SREGS_E_IVOR; in kvmppc_get_sregs_ivor()1607 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR)) in kvmppc_set_sregs_ivor()
112 #define KVM_SREGS_E_IVOR (1 << 5) macro