Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dsparsemem.h34 extern int phys_to_target_node(phys_addr_t start);
35 #define phys_to_target_node phys_to_target_node macro
/Linux-v5.15/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-v5.15/drivers/nvdimm/
De820.c24 int nid = phys_to_target_node(res->start); in e820_register_one()
/Linux-v5.15/drivers/dax/hmem/
Ddevice.c84 hmem_register_device(phys_to_target_node(res->start), res); in hmem_register_one()
/Linux-v5.15/arch/x86/mm/
Dnuma.c933 int phys_to_target_node(phys_addr_t start) in phys_to_target_node() function
946 EXPORT_SYMBOL_GPL(phys_to_target_node);
/Linux-v5.15/arch/x86/kernel/cpu/sgx/
Dmain.c706 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/Linux-v5.15/drivers/acpi/nfit/
Dcore.c3017 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()