Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dnuma.c18 #ifndef phys_to_target_node
19 int phys_to_target_node(u64 start) in phys_to_target_node() function
25 EXPORT_SYMBOL_GPL(phys_to_target_node);
/openbmc/linux/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
/openbmc/linux/include/linux/
H A Dnuma.h35 #ifndef phys_to_target_node
36 int phys_to_target_node(u64 start);
51 static inline int phys_to_target_node(u64 start) in phys_to_target_node() function
/openbmc/linux/drivers/dax/
H A Dcxl.c12 int nid = phys_to_target_node(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
/openbmc/linux/drivers/nvdimm/
H A De820.c24 int nid = phys_to_target_node(res->start); in e820_register_one()
H A Dvirtio_pmem.c83 ndr_desc.target_node = phys_to_target_node(res.start); in virtio_pmem_probe()
/openbmc/linux/drivers/dax/hmem/
H A Ddevice.c79 hmem_register_resource(phys_to_target_node(res->start), res); in hmem_register_one()
/openbmc/linux/arch/x86/mm/
H A 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);
/openbmc/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.c319 phys_to_target_node(cfmws->base_hpa), cfmws->base_hpa, in cxl_parse_cfmws()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c820 nid = numa_map_to_online_node(phys_to_target_node(pa)); in sgx_page_cache_init()
/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c2639 ndr_desc->target_node = phys_to_target_node(spa->address); in acpi_nfit_register_region()