Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnuma.h46 #ifndef phys_to_target_node
47 int phys_to_target_node(u64 start);
62 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
H A Dnuma_memblks.h50 extern int phys_to_target_node(u64 start);
51 #define phys_to_target_node phys_to_target_node macro
/linux/mm/
H A Dnuma.c61 #ifndef phys_to_target_node
62 int phys_to_target_node(u64 start) in phys_to_target_node() function
68 EXPORT_SYMBOL_GPL(phys_to_target_node);
H A Dnuma_memblks.c546 int phys_to_target_node(u64 start) in phys_to_target_node() function
559 EXPORT_SYMBOL_GPL(phys_to_target_node);
/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 Dpmem.c345 ndr_desc.target_node = phys_to_target_node(res->start); in cxl_pmem_region_probe()
H A Dacpi.c443 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_cfmws()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c822 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/linux/drivers/cxl/core/
H A Dregion.c2422 region_nid = phys_to_target_node(cxlr->params.res->start); in cxl_region_perf_attrs_callback()
2445 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()