Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive_template.c272 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
331 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
344 xc = vcpu->arch.xive_vcpu; in GLUE()
450 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
512 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
615 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in GLUE()
625 xc = vcpu->arch.xive_vcpu; in GLUE()
Dbook3s_xive.c108 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_attach_escalation()
177 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_provision_queue()
227 if (!vcpu->arch.xive_vcpu) in xive_check_provisioning()
254 xc = vcpu->arch.xive_vcpu; in xive_inc_q_pending()
264 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_try_pick_queue()
305 if (!vcpu->arch.xive_vcpu) in xive_select_target()
309 *server = vcpu->arch.xive_vcpu->server_num; in xive_select_target()
757 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_get_icp()
770 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_set_icp()
991 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_disable_vcpu_interrupts()
[all …]
Dbook3s_xive.h182 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()
Dbook3s.c608 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()
681 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_host.h748 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member