Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dacpi_numa.h16 extern int node_to_pxm(int);
32 static inline int node_to_pxm(int node) in node_to_pxm() function
/linux/drivers/acpi/numa/
H A Dsrat.c47 int node_to_pxm(int node) in node_to_pxm() function
537 int pxm = node_to_pxm(nid); in acpi_node_backed_by_real_pxm()
H A Dhmat.c341 pxm = node_to_pxm(nid); in hmat_update_target_coordinates()
927 pxm = node_to_pxm(nid); in hmat_callback()
947 pxm = node_to_pxm(nid); in hmat_set_default_dram_perf()
969 pxm = node_to_pxm(nid); in hmat_calculate_adistance()
/linux/include/asm-generic/
H A Dmshyperv.h76 pxm_info.domain_id = node_to_pxm(node); in hv_numa_node_to_pxm_info()