Searched refs:memcell_buf (Results 1 – 1 of 1) sorted by relevance
671 const __be32 *memcell_buf; in parse_numa_properties() local674 memcell_buf = of_get_property(memory, in parse_numa_properties()676 if (!memcell_buf || len <= 0) in parse_numa_properties()677 memcell_buf = of_get_property(memory, "reg", &len); in parse_numa_properties()678 if (!memcell_buf || len <= 0) in parse_numa_properties()685 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties()686 size = read_n_cells(n_mem_size_cells, &memcell_buf); in parse_numa_properties()969 const __be32 *memcell_buf; in hot_add_node_scn_to_nid() local972 memcell_buf = of_get_property(memory, "reg", &len); in hot_add_node_scn_to_nid()973 if (!memcell_buf || len <= 0) in hot_add_node_scn_to_nid()[all …]