Lines Matching +full:multi +full:- +full:chip
43 #define FM_VERSIONS_VERSION "fm-versions-version"
44 #define FM_PAGE_OP_VERSION "page-operation-version"
45 #define FM_CPU_OP_VERSION "cpu-operation-version"
46 #define FM_CPU_INFO_VERSION "cpu-info-version"
47 #define FM_TOPO_LEGACY_VERSION "topo-legacy-version"
48 #define FM_CACHE_INFO_VERSION "cache-info-version"
117 * When Multi-Chip-Module(MCM) support is added
147 * topology modules can have more information than just the cache-id. While it's
150 * platform specific given that ARMv8-A/ARMv9-A doesn't define a way to get this
154 * appropriately. If a cache is fully-associative, we expects the number of sets
158 #define FM_CACHE_INFO_LEVEL "cache-level" /* uint32_t */
159 #define FM_CACHE_INFO_TYPE "cache-type" /* uint32_t */
165 #define FM_CACHE_INFO_NSETS "cache-sets" /* uint64_t */
166 #define FM_CACHE_INFO_NWAYS "cache-ways" /* uint32_t */
167 #define FM_CACHE_INFO_LINE_SIZE "line-size" /* uint32_t */
168 #define FM_CACHE_INFO_TOTAL_SIZE "total-size" /* uint64_t */
169 #define FM_CACHE_INFO_FULLY_ASSOC "fully-associative" /* boolean (key) */
170 #define FM_CACHE_INFO_ID "cache-id" /* uint64_t */
171 #define FM_CACHE_INFO_X86_APIC_SHIFT "x86-apic-shift" /* uint32_t */