Lines Matching defs:arrays
551 const __be32 *arrays;
555 * Retrieve and validate the list of associativity arrays for drconf
556 * memory from the ibm,associativity-lookup-arrays property of the
559 * The layout of the ibm,associativity-lookup-arrays property is a number N
560 * indicating the number of associativity arrays, followed by a number M
562 * of N associativity arrays.
574 prop = of_get_property(memory, "ibm,associativity-lookup-arrays", &len);
585 /* Now that we know the number of arrays and size of each array,
591 aa->arrays = prop;
597 struct assoc_arrays aa = { .arrays = NULL };
614 associativity = &aa.arrays[index];
633 struct assoc_arrays aa = { .arrays = NULL };
650 associativity = &aa.arrays[index];