Searched refs:memcell_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/mm/ |
| A D | numa.c | 969 const __be32 *memcell_buf; in parse_numa_properties() local 972 memcell_buf = of_get_property(memory, in parse_numa_properties() 974 if (!memcell_buf || len <= 0) in parse_numa_properties() 975 memcell_buf = of_get_property(memory, "reg", &len); in parse_numa_properties() 976 if (!memcell_buf || len <= 0) in parse_numa_properties() 983 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties() 984 size = read_n_cells(n_mem_size_cells, &memcell_buf); in parse_numa_properties() 1292 const __be32 *memcell_buf; in hot_add_node_scn_to_nid() local 1295 memcell_buf = of_get_property(memory, "reg", &len); in hot_add_node_scn_to_nid() 1296 if (!memcell_buf || len <= 0) in hot_add_node_scn_to_nid() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | iommu.c | 1100 const __be32 *memcell_buf; in ddw_memory_hotplug_max() local 1102 memcell_buf = of_get_property(memory, "reg", &len); in ddw_memory_hotplug_max() 1103 if (!memcell_buf || len <= 0) in ddw_memory_hotplug_max() 1109 start = of_read_number(memcell_buf, n_mem_addr_cells); in ddw_memory_hotplug_max() 1110 memcell_buf += n_mem_addr_cells; in ddw_memory_hotplug_max() 1111 size = of_read_number(memcell_buf, n_mem_size_cells); in ddw_memory_hotplug_max() 1112 memcell_buf += n_mem_size_cells; in ddw_memory_hotplug_max()
|
Completed in 9 milliseconds