Home
last modified time | relevance | path

Searched refs:aa_arrays (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dhotplug-memory.c108 int aa_arrays, aa_array_entries, aa_array_sz; in find_aa_index() local
119 aa_arrays = be32_to_cpu(assoc_arrays[0]); in find_aa_index()
123 for (i = 0; i < aa_arrays; i++) { in find_aa_index()
141 assoc_arrays[0] = cpu_to_be32(aa_arrays + 1); in find_aa_index()
144 index = aa_arrays * aa_array_entries + 2; in find_aa_index()