Searched refs:associativity (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c157 if (OF_getencprop(opal, "ibm,associativity-reference-points", refpoints,
579 cell_t associativity[5]; local
590 res = OF_getencprop(node, "ibm,associativity",
591 associativity, sizeof(associativity));
594 * If this node doesn't have associativity, or if there are not
606 if (numa_domains[i] == associativity[platform_associativity])
611 associativity[platform_associativity];

Completed in 154 milliseconds