Home
last modified time | relevance | path

Searched refs:memcell_buf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dnuma.c982 const __be32 *memcell_buf; in parse_numa_properties() local
985 memcell_buf = of_get_property(memory, in parse_numa_properties()
987 if (!memcell_buf || len <= 0) in parse_numa_properties()
988 memcell_buf = of_get_property(memory, "reg", &len); in parse_numa_properties()
989 if (!memcell_buf || len <= 0) in parse_numa_properties()
996 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties()
997 size = read_n_cells(n_mem_size_cells, &memcell_buf); in parse_numa_properties()
1310 const __be32 *memcell_buf; in hot_add_node_scn_to_nid() local
1313 memcell_buf = of_get_property(memory, "reg", &len); in hot_add_node_scn_to_nid()
1314 if (!memcell_buf || le in hot_add_node_scn_to_nid()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c973 const __be32 *memcell_buf; in parse_numa_properties() local
976 memcell_buf = of_get_property(memory, in parse_numa_properties()
978 if (!memcell_buf || len <= 0) in parse_numa_properties()
979 memcell_buf = of_get_property(memory, "reg", &len); in parse_numa_properties()
980 if (!memcell_buf || len <= 0) in parse_numa_properties()
987 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties()
988 size = read_n_cells(n_mem_size_cells, &memcell_buf); in parse_numa_properties()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Diommu.c1040 const __be32 *memcell_buf; in ddw_memory_hotplug_max() local
1042 memcell_buf = of_get_property(memory, "reg", &len); in ddw_memory_hotplug_max()
1043 if (!memcell_buf || len <= 0) in ddw_memory_hotplug_max()
1049 start = of_read_number(memcell_buf, n_mem_addr_cells); in ddw_memory_hotplug_max()
1050 memcell_buf += n_mem_addr_cells; in ddw_memory_hotplug_max()
1051 size = of_read_number(memcell_buf, n_mem_size_cells); in ddw_memory_hotplug_max()
1052 memcell_buf += n_mem_size_cells; in ddw_memory_hotplug_max()

Completed in 6 milliseconds