Searched refs:rm_core (Results 1 – 2 of 2) sorted by relevance
59 kvmppc_host_rm_ops_hv->rm_core[hcore].rm_data = vcpu; in icp_send_hcore_msg()82 struct kvmppc_host_rm_core *rm_core, int max, int action) in grab_next_hostcore() argument89 old = new = READ_ONCE(rm_core[core].rm_state); in grab_next_hostcore()97 success = cmpxchg64(&rm_core[core].rm_state.raw, in grab_next_hostcore()118 struct kvmppc_host_rm_core *rm_core = kvmppc_host_rm_ops_hv->rm_core; in find_available_hostcore() local120 core = grab_next_hostcore(my_core, rm_core, cpu_nr_cores(), action); in find_available_hostcore()122 core = grab_next_hostcore(core, rm_core, my_core, action); in find_available_hostcore()914 rm_corep = &kvmppc_host_rm_ops_hv->rm_core[core]; in kvmppc_xics_ipi_action()
869 struct kvmppc_host_rm_core *rm_core; member