Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c54 static inline void icp_send_hcore_msg(int hcore, struct kvm_vcpu *vcpu) in icp_send_hcore_msg() argument
58 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() argument
132 int hcore; in icp_rm_set_vcpu_irq() local
151 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()