Searched refs:server_num (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_xics.h | 71 unsigned long server_num; member 125 if (vcpu->arch.icp && nr == vcpu->arch.icp->server_num) in kvmppc_xics_find_server()
|
D | book3s_xive.c | 121 prio, xc->server_num); in xive_attach_escalation() 127 vcpu->kvm->arch.lpid, xc->server_num); in xive_attach_escalation() 130 vcpu->kvm->arch.lpid, xc->server_num, prio); in xive_attach_escalation() 133 prio, xc->server_num); in xive_attach_escalation() 144 prio, xc->server_num); in xive_attach_escalation() 190 prio, xc->server_num); in xive_provision_queue() 206 prio, xc->server_num); in xive_provision_queue() 309 *server = vcpu->arch.xive_vcpu->server_num; in xive_select_target() 785 xc->server_num, cppr, mfrr, xisr); in kvmppc_xive_set_icp() 1008 if (state->act_server != xc->server_num) in kvmppc_xive_disable_vcpu_interrupts() [all …]
|
D | book3s_xics.c | 290 icp->server_num, in icp_try_update() 346 icp->server_num); in icp_try_to_deliver() 418 if (!icp || state->server != icp->server_num) { in icp_deliver_irq() 637 local = icp->server_num == server; in kvmppc_h_ipi() 714 if (icp->server_num != server) { in kvmppc_h_ipoll() 978 icp->server_num, state.xisr, in xics_debug_show() 1086 static int kvmppc_xics_create_icp(struct kvm_vcpu *vcpu, unsigned long server_num) in kvmppc_xics_create_icp() argument 1093 if (kvmppc_xics_find_server(vcpu->kvm, server_num)) in kvmppc_xics_create_icp() 1101 icp->server_num = server_num; in kvmppc_xics_create_icp()
|
D | book3s_xive.h | 135 u32 server_num; member 182 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()
|
D | book3s_xive_template.c | 340 if (xc->server_num != server) { in GLUE() 421 if (xc->server_num == state->act_server) in GLUE()
|
D | book3s_hv_rm_xics.c | 318 if (!icp || state->server != icp->server_num) { in icp_rm_deliver_irq() 538 local = this_icp->server_num == server; in xics_rm_h_ipi()
|