Home
last modified time | relevance | path

Searched refs:cpuinfo_x86_cache (Results 1 – 3 of 3) sorted by relevance

/external/cpuinfo/src/x86/cache/
Ddescriptor.c107 cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
122 cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
137 cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
152 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
180 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
195 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
210 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
223 cache->l2 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
238 cache->l2 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
254 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_descriptor()
[all …]
Ddeterministic.c49 cache->l1d = cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
60 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
71 cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
91 cache->l2 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
111 cache->l3 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
131 cache->l4 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_deterministic_cache_parameters()
178 cache->l1d = cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_properties()
189 cache->l1d = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_properties()
200 cache->l1i = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_properties()
220 cache->l2 = (struct cpuinfo_x86_cache) { in cpuinfo_x86_decode_cache_properties()
[all …]
/external/cpuinfo/src/x86/
Dapi.h17 struct cpuinfo_x86_cache { struct
29 struct cpuinfo_x86_cache l1i; argument
30 struct cpuinfo_x86_cache l1d;
31 struct cpuinfo_x86_cache l2;
32 struct cpuinfo_x86_cache l3;
33 struct cpuinfo_x86_cache l4;