Lines Matching defs:arrays
542 const __be32 *arrays;
546 * Retrieve and validate the list of associativity arrays for drconf
547 * memory from the ibm,associativity-lookup-arrays property of the
550 * The layout of the ibm,associativity-lookup-arrays property is a number N
551 * indicating the number of associativity arrays, followed by a number M
553 * of N associativity arrays.
565 prop = of_get_property(memory, "ibm,associativity-lookup-arrays", &len);
576 /* Now that we know the number of arrays and size of each array,
582 aa->arrays = prop;
588 struct assoc_arrays aa = { .arrays = NULL };
605 associativity = &aa.arrays[index];
624 struct assoc_arrays aa = { .arrays = NULL };
641 associativity = &aa.arrays[index];