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.c568 int phys_to_target_node(u64 start) in phys_to_target_node() function
581 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()
/linux/drivers/dax/hmem/
H A Ddevice.c79 hmem_register_resource(phys_to_target_node(res->start), res); in hmem_register_one()
/linux/drivers/cxl/
H A Dacpi.c349 nid = phys_to_target_node(start); in cxl_acpi_set_cache_size()
508 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_cfmws()
H A Dpmem.c414 ndr_desc.target_node = phys_to_target_node(res->start); in cxl_pmem_region_probe()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c825 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/linux/drivers/cxl/core/
H A Dregion.c2486 region_nid = phys_to_target_node(cxlr->params.res->start); in cxl_region_perf_attrs_callback()
2509 region_nid = phys_to_target_node(cxlr->params.res->start); in cxl_region_calculate_adistance()
/linux/drivers/acpi/nfit/
H A Dcore.c2638 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()