Home
last modified time | relevance | path

Searched refs:CPUINFO_CACHE_INCLUSIVE (Results 1 – 25 of 26) sorted by relevance

12

/external/cpuinfo/src/x86/cache/
Ddescriptor.c229 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
244 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
260 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
276 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
290 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
306 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
322 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
363 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
374 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
385 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_x86_decode_cache_descriptor()
[all …]
Ddeterministic.c40 flags |= CPUINFO_CACHE_INCLUSIVE; in cpuinfo_x86_decode_deterministic_cache_parameters()
171 flags |= CPUINFO_CACHE_INCLUSIVE; in cpuinfo_x86_decode_cache_properties()
/external/cpuinfo/src/arm/
Dcache.c837 .flags = CPUINFO_CACHE_INCLUSIVE in cpuinfo_arm_decode_cache()
886 .flags = CPUINFO_CACHE_INCLUSIVE in cpuinfo_arm_decode_cache()
964 .flags = CPUINFO_CACHE_INCLUSIVE in cpuinfo_arm_decode_cache()
1049 .flags = CPUINFO_CACHE_INCLUSIVE in cpuinfo_arm_decode_cache()
1181 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_arm_decode_cache()
1232 .flags = CPUINFO_CACHE_INCLUSIVE, in cpuinfo_arm_decode_cache()
1492 .flags = CPUINFO_CACHE_INCLUSIVE /* assumption */, in cpuinfo_arm_decode_cache()
/external/cpuinfo/test/
Dinit.cc852 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()
868 EXPECT_NE(CPUINFO_CACHE_INCLUSIVE, cache->flags & CPUINFO_CACHE_INCLUSIVE); in TEST()
1017 …const uint32_t valid_flags = CPUINFO_CACHE_UNIFIED | CPUINFO_CACHE_INCLUSIVE | CPUINFO_CACHE_COMPL… in TEST()
1033 EXPECT_NE(CPUINFO_CACHE_INCLUSIVE, cache->flags & CPUINFO_CACHE_INCLUSIVE); 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()
/external/cpuinfo/tools/
Dcache-info.c30 …printf("%"PRIu32" %s (%s), ", size, units, (cache->flags & CPUINFO_CACHE_INCLUSIVE) ? "inclusive" … in report_cache()
/external/cpuinfo/test/mock/
Dgalaxy-c9-pro.cc728 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dgalaxy-s6.cc728 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dnexus6p.cc728 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Doppo-r15.cc721 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dhuawei-mate-8.cc728 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dpixel-c.cc554 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Doneplus-5t.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dmeizu-pro-6.cc805 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dgalaxy-a8-2018.cc742 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dhuawei-mate-10.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dxiaomi-redmi-note-3.cc722 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dhuawei-mate-9.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Doneplus-5.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dmeizu-pro-6s.cc805 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dgalaxy-s8-us.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dnexus5x.cc722 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dhuawei-p20-pro.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dmeizu-pro-7-plus.cc821 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
Dpixel-2-xl.cc741 ASSERT_EQ(CPUINFO_CACHE_INCLUSIVE, cpuinfo_get_l2_cache(i)->flags); in TEST()
/external/cpuinfo/include/
Dcpuinfo.h92 #define CPUINFO_CACHE_INCLUSIVE 0x00000002 macro

12