Home
last modified time | relevance | path

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

/linux-6.15/include/acpi/
H A Dacpi_numa.h16 extern int node_to_pxm(int);
37 static inline int node_to_pxm(int node) in node_to_pxm() function
/linux-6.15/drivers/acpi/numa/
H A Dhmat.c123 unsigned int pxm = node_to_pxm(nid); in hmat_get_extended_linear_cache_size()
380 pxm = node_to_pxm(nid); in hmat_update_target_coordinates()
971 pxm = node_to_pxm(nid); in hmat_callback()
988 pxm = node_to_pxm(nid); in hmat_set_default_dram_perf()
1010 pxm = node_to_pxm(nid); in hmat_calculate_adistance()
H A Dsrat.c49 int node_to_pxm(int node) in node_to_pxm() function
55 EXPORT_SYMBOL_GPL(node_to_pxm);
658 int pxm = node_to_pxm(nid); in acpi_node_backed_by_real_pxm()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h98 pxm_info.domain_id = node_to_pxm(node); in hv_numa_node_to_pxm_info()