Searched refs:CPUINFO_CACHE_UNIFIED (Results 1 – 11 of 11) sorted by relevance
55 .flags = flags | CPUINFO_CACHE_UNIFIED, in cpuinfo_x86_decode_deterministic_cache_parameters()89 flags |= CPUINFO_CACHE_UNIFIED; in cpuinfo_x86_decode_deterministic_cache_parameters()109 flags |= CPUINFO_CACHE_UNIFIED; in cpuinfo_x86_decode_deterministic_cache_parameters()129 flags |= CPUINFO_CACHE_UNIFIED; in cpuinfo_x86_decode_deterministic_cache_parameters()184 .flags = flags | CPUINFO_CACHE_UNIFIED, in cpuinfo_x86_decode_cache_properties()218 flags |= CPUINFO_CACHE_UNIFIED; in cpuinfo_x86_decode_cache_properties()238 flags |= CPUINFO_CACHE_UNIFIED; in cpuinfo_x86_decode_cache_properties()
1164 .flags = CPUINFO_CACHE_UNIFIED, in cpuinfo_x86_decode_cache_descriptor()
12 const char* type = (cache->flags & CPUINFO_CACHE_UNIFIED) ? "unified" : nonunified_type; in report_cache()65 …fo_get_l1i_caches_count() != 0 && (cpuinfo_get_l1i_cache(0)->flags & CPUINFO_CACHE_UNIFIED) == 0) { in main()
852 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()1017 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()1184 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()1332 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()1480 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()
662 ASSERT_EQ(CPUINFO_CACHE_UNIFIED, cpuinfo_get_l2_cache(i)->flags); in TEST()
91 #define CPUINFO_CACHE_UNIFIED 0x00000001 macro