Searched refs:int_buf (Results 1 – 1 of 1) sorted by relevance
405 g_autofree uint32_t *int_buf = NULL; in spapr_numa_write_assoc_lookup_arrays() local410 int_buf = g_new0(uint32_t, nr_nodes * max_distance_ref_points + 2); in spapr_numa_write_assoc_lookup_arrays()411 cur_index = int_buf; in spapr_numa_write_assoc_lookup_arrays()412 int_buf[0] = cpu_to_be32(nr_nodes); in spapr_numa_write_assoc_lookup_arrays()414 int_buf[1] = cpu_to_be32(max_distance_ref_points); in spapr_numa_write_assoc_lookup_arrays()428 int_buf, (cur_index - int_buf) * sizeof(uint32_t)); in spapr_numa_write_assoc_lookup_arrays()