Searched refs:hcore (Results 1 – 1 of 1) sorted by relevance
54 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) in icp_send_hcore_msg() argument58 hcpu = hcore << threads_shift; in icp_send_hcore_msg()59 kvmppc_host_rm_ops_hv->rm_core[hcore].rm_data = vcpu; in icp_send_hcore_msg()66 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) { } in icp_send_hcore_msg() argument132 int hcore; in icp_rm_set_vcpu_irq() local151 hcore = -1; in icp_rm_set_vcpu_irq()153 hcore = find_available_hostcore(XICS_RM_KICK_VCPU); in icp_rm_set_vcpu_irq()154 if (hcore != -1) { in icp_rm_set_vcpu_irq()155 icp_send_hcore_msg(hcore, vcpu); in icp_rm_set_vcpu_irq()