Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_proc.c179 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_add_logical_proc()
223 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_create_vp()
H A Dmshv_root_hv_call.c724 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_create_port()
776 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_connect_port()
/linux/include/asm-generic/
H A Dmshyperv.h96 static inline struct hv_proximity_domain_info hv_numa_node_to_pxm_info(int node) in hv_numa_node_to_pxm_info() function