Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dsparsemem.h36 extern int phys_to_target_node(phys_addr_t start);
37 #define phys_to_target_node phys_to_target_node macro
/Linux-v6.1/include/linux/
Dnuma.h38 #ifndef phys_to_target_node
39 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
55 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
/Linux-v6.1/drivers/nvdimm/
De820.c24 int nid = phys_to_target_node(res->start); in e820_register_one()
/Linux-v6.1/drivers/dax/hmem/
Ddevice.c91 hmem_register_device(phys_to_target_node(res->start), res); in hmem_register_one()
/Linux-v6.1/arch/x86/mm/
Dnuma.c940 int phys_to_target_node(phys_addr_t start) in phys_to_target_node() function
953 EXPORT_SYMBOL_GPL(phys_to_target_node);
/Linux-v6.1/drivers/acpi/numa/
Dsrat.c314 node = phys_to_target_node(start); in acpi_parse_cfmws()
/Linux-v6.1/drivers/cxl/
Dacpi.c163 phys_to_target_node(cxld->hpa_range.start), in cxl_parse_cfmws()
Dpmem.c482 ndr_desc.target_node = phys_to_target_node(res->start); in cxl_pmem_region_probe()
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dmain.c820 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/Linux-v6.1/drivers/acpi/nfit/
Dcore.c2639 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()