Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/
Dnuma.h39 #ifndef phys_to_target_node
40 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
63 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
/linux-6.6.21/drivers/dax/
Dcxl.c12 int nid = phys_to_target_node(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/linux-6.6.21/drivers/nvdimm/
De820.c24 int nid = phys_to_target_node(res->start); in e820_register_one()
Dvirtio_pmem.c83 ndr_desc.target_node = phys_to_target_node(res.start); in virtio_pmem_probe()
/linux-6.6.21/drivers/dax/hmem/
Ddevice.c79 hmem_register_resource(phys_to_target_node(res->start), res); in hmem_register_one()
/linux-6.6.21/arch/x86/mm/
Dnuma.c934 int phys_to_target_node(phys_addr_t start) in phys_to_target_node() function
947 EXPORT_SYMBOL_GPL(phys_to_target_node);
/linux-6.6.21/drivers/cxl/
Dpmem.c345 ndr_desc.target_node = phys_to_target_node(res->start); in cxl_pmem_region_probe()
Dacpi.c319 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_cfmws()
/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dmain.c820 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/linux-6.6.21/drivers/acpi/nfit/
Dcore.c2639 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()