Searched refs:hcore (Results 1 – 1 of 1) sorted by relevance
57 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) in icp_send_hcore_msg() argument61 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() argument135 int hcore; in icp_rm_set_vcpu_irq() local154 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()