Searched refs:xive_vcpu (Results 1 – 5 of 5) sorted by relevance
272 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()
108 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 …]
182 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()
608 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()
748 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member