Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c60 #define MAX_DISTANCE_REF_POINTS 4 macro
63 static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS];
501 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_primary_domain_index()
503 MAX_DISTANCE_REF_POINTS); in find_primary_domain_index()
504 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_primary_domain_index()
/openbmc/qemu/docs/specs/
H A Dppc-spapr-numa.rst151 limited to MAX_DISTANCE_REF_POINTS = 4 (from arch/powerpc/mm/numa.c in the