Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c59 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() argument
89 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() local
120 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()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h869 struct kvmppc_host_rm_core *rm_core; member