Searched refs:phys_to_target_node (Results 1 - 13 of 13) sorted by relevance

/linux-master/kernel/
H A Dnuma.c18 #ifndef phys_to_target_node
19 int phys_to_target_node(u64 start) function
25 EXPORT_SYMBOL_GPL(phys_to_target_node); variable
/linux-master/arch/x86/include/asm/
H A Dsparsemem.h36 extern int phys_to_target_node(phys_addr_t start);
37 #define phys_to_target_node phys_to_target_node macro
/linux-master/include/linux/
H A Dnuma.h35 #ifndef phys_to_target_node
36 int phys_to_target_node(u64 start);
56 static inline int phys_to_target_node(u64 start) function
/linux-master/drivers/dax/
H A Dcxl.c12 int nid = phys_to_target_node(cxlr_dax->hpa_range.start);
/linux-master/drivers/nvdimm/
H A De820.c24 int nid = phys_to_target_node(res->start);
H A Dvirtio_pmem.c104 ndr_desc.target_node = phys_to_target_node(res.start);
/linux-master/drivers/dax/hmem/
H A Ddevice.c79 hmem_register_resource(phys_to_target_node(res->start), res);
/linux-master/arch/x86/mm/
H A Dnuma.c907 int phys_to_target_node(phys_addr_t start) function
920 EXPORT_SYMBOL_GPL(phys_to_target_node); variable
/linux-master/drivers/cxl/
H A Dpmem.c345 ndr_desc.target_node = phys_to_target_node(res->start);
H A Dacpi.c444 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa,
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c820 nid = numa_map_to_online_node(phys_to_target_node(pa));
/linux-master/drivers/acpi/nfit/
H A Dcore.c2633 ndr_desc->target_node = phys_to_target_node(spa->address);
/linux-master/drivers/cxl/core/
H A Dregion.c2322 region_nid = phys_to_target_node(cxld->hpa_range.start);

Completed in 285 milliseconds