Home
last modified time | relevance | path

Searched refs:phys_to_target_node (Results 1 – 11 of 11) sorted by relevance

/linux/mm/
H A Dnuma.c53 #ifndef phys_to_target_node
54 int phys_to_target_node(u64 start) in phys_to_target_node() function
60 EXPORT_SYMBOL_GPL(phys_to_target_node);
H A Dnuma_memblks.c570 int phys_to_target_node(u64 start) in phys_to_target_node() function
584 EXPORT_SYMBOL_GPL(phys_to_target_node);
/linux/include/linux/
H A Dnuma_memblks.h54 extern int phys_to_target_node(u64 start);
55 #define phys_to_target_node phys_to_target_node macro
/linux/drivers/dax/
H A Dcxl.c12 int nid = phys_to_target_node(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux/drivers/nvdimm/
H A De820.c23 int nid = phys_to_target_node(res->start); in e820_register_one()
H A Dramdax.c41 int nid = phys_to_target_node(res->start); in ramdax_register_region()
/linux/drivers/cxl/
H A Dacpi.c376 nid = phys_to_target_node(start); in cxl_setup_extended_linear_cache()
509 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_cfmws()
H A Dpmem.c434 ndr_desc.target_node = phys_to_target_node(res->start); in cxl_pmem_region_probe()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c827 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/linux/drivers/cxl/core/
H A Dregion.c2545 region_nid = phys_to_target_node(cxlr->params.res->start); in cxl_region_perf_attrs_callback()
2572 region_nid = phys_to_target_node(cxlr->params.res->start); in cxl_region_calculate_adistance()
/linux/drivers/acpi/nfit/
H A Dcore.c2646 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()