Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/pseries/
Dhotplug-memory.c109 int aa_arrays, aa_array_entries, aa_array_sz; in find_aa_index() local
120 aa_arrays = be32_to_cpu(assoc_arrays[0]); in find_aa_index()
124 for (i = 0; i < aa_arrays; i++) { in find_aa_index()
142 assoc_arrays[0] = cpu_to_be32(aa_arrays + 1); in find_aa_index()
145 index = aa_arrays * aa_array_entries + 2; in find_aa_index()