Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c274 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
325 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
338 xc = vcpu->arch.xive_vcpu; in GLUE()
444 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
506 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
609 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
619 xc = vcpu->arch.xive_vcpu; in GLUE()
Dbook3s_xive.h202 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()
232 if (vcpu->arch.xive_vcpu && vp_id == vcpu->arch.xive_vcpu->vp_id) in kvmppc_xive_vp_in_use()
Dbook3s_xive.c178 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_attach_escalation()
247 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_provision_queue()
297 if (!vcpu->arch.xive_vcpu) in xive_check_provisioning()
325 xc = vcpu->arch.xive_vcpu; in xive_inc_q_pending()
335 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_try_pick_queue()
376 if (!vcpu->arch.xive_vcpu) in kvmppc_xive_select_target()
380 *server = vcpu->arch.xive_vcpu->server_num; in kvmppc_xive_select_target()
826 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_get_icp()
839 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_set_icp()
1076 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_disable_vcpu_interrupts()
[all …]
Dbook3s_xive_native.c49 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_queue()
79 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_vcpu()
124 vcpu->arch.xive_vcpu = NULL; in kvmppc_xive_native_cleanup_vcpu()
158 vcpu->arch.xive_vcpu = xc; in kvmppc_xive_native_connect_vcpu()
591 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_queue_config()
736 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_queue_config()
814 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_reset()
891 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_vcpu_eq_sync()
1131 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_vp()
1169 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_vp()
[all …]
Dbook3s.c608 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()
620 if (!vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()
693 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
705 if (!vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_host.h783 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member