Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c57 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) in icp_send_hcore_msg() argument
61 hcpu = hcore << threads_shift; in icp_send_hcore_msg()
62 kvmppc_host_rm_ops_hv->rm_core[hcore].rm_data = vcpu; in icp_send_hcore_msg()
69 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) { } in icp_send_hcore_msg() argument
135 int hcore; in icp_rm_set_vcpu_irq() local
154 hcore = -1; in icp_rm_set_vcpu_irq()
156 hcore = find_available_hostcore(XICS_RM_KICK_VCPU); in icp_rm_set_vcpu_irq()
157 if (hcore != -1) { in icp_rm_set_vcpu_irq()
158 icp_send_hcore_msg(hcore, vcpu); in icp_rm_set_vcpu_irq()