Home
last modified time | relevance | path

Searched refs:xive_vcpu (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_xive_template.c269 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
320 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
333 xc = vcpu->arch.xive_vcpu; in GLUE()
439 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
501 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
604 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
614 xc = vcpu->arch.xive_vcpu; in GLUE()
Dbook3s_xive.h205 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()
Dbook3s_xive.c63 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_vcpu_has_save_restore()
71 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_check_save_restore()
264 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_attach_escalation()
333 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_provision_queue()
383 if (!vcpu->arch.xive_vcpu) in xive_check_provisioning()
411 xc = vcpu->arch.xive_vcpu; in xive_inc_q_pending()
421 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_try_pick_queue()
462 if (!vcpu->arch.xive_vcpu) in kvmppc_xive_select_target()
466 *server = vcpu->arch.xive_vcpu->server_num; in kvmppc_xive_select_target()
874 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_get_icp()
[all …]
Dbook3s_xive_native.c46 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 …]
Dbook3s.c638 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()
/arch/powerpc/include/asm/
Dkvm_host.h777 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member