Searched refs:xive_vcpu (Results 1 – 5 of 5) sorted by relevance
205 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()246 if (vcpu->arch.xive_vcpu && vp_id == vcpu->arch.xive_vcpu->vp_id) in kvmppc_xive_vp_in_use()
289 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_xirr()338 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll()351 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll()458 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_cppr()520 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_eoi()623 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipi()633 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipi()665 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_vcpu_has_save_restore()673 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_check_save_restore()869 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_attach_escalation()[all …]
46 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_queue()76 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_vcpu()121 vcpu->arch.xive_vcpu = NULL; in kvmppc_xive_native_cleanup_vcpu()155 vcpu->arch.xive_vcpu = xc; in kvmppc_xive_native_connect_vcpu()594 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_queue_config()739 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_queue_config()817 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_reset()894 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_vcpu_eq_sync()1139 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_vp()1177 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_vp()[all …]
638 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()650 if (!vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()723 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()735 if (!vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
789 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member