Home
last modified time | relevance | path

Searched refs:l1_data_cache (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/libcpuid/libcpuid-0.5.1/cpuid_tool/
H A Dcpuid_tool.c383 fprintf(fout, "%d\n", data->l1_data_cache); in print_info()
662 fprintf(fout, " L1 D cache : %d KB\n", data.l1_data_cache); in main()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LibCpuId/src/
H A Dlibcpuid.h282 int32_t l1_data_cache; member
H A Drecog_amd.c333 data->l1_data_cache = (raw->ext_cpuid[5][2] >> 24) & 0xff; in decode_amd_cache_info()
H A Dcpuid_main.c57 id->l1_data_cache = id->l1_instruction_cache = id->l2_cache = id->l3_cache = id->l4_cache = -1; in cpu_id_t_constructor()
H A Drecog_intel.c396 data->l1_data_cache = size; in check_case()
/dports/sysutils/libcpuid/libcpuid-0.5.1/libcpuid/
H A Dlibcpuid.h295 int32_t l1_data_cache; member
H A Drecog_amd.c389 data->l1_data_cache = EXTRACTS_BITS(raw->ext_cpuid[5][ECX], 31, 24); // L1DcSize in decode_amd_cache_info()
H A Dcpuid_main.c63 id->l1_data_cache = id->l1_instruction_cache = id->l2_cache = id->l3_cache = id->l4_cache = -1; in cpu_id_t_constructor()
H A Drecog_intel.c506 data->l1_data_cache = size; in check_case()
/dports/sysutils/cpu-x/CPU-X-4.0.1/src/
H A Dcore.c324 if(datanr.l1_data_cache > 0) in call_libcpuid_static()
327 data->w_data->size[0] = datanr.l1_data_cache; in call_libcpuid_static()
329 …tab_cpu[VALUE][LEVEL1D], true, fmt_cache_kb, datanr.num_cores, datanr.l1_data_cache, UNIT_KB, data… in call_libcpuid_static()
332 …tab_cpu[VALUE][LEVEL1D], true, fmt_cache_kb, datanr.num_cores, datanr.l1_data_cache, UNIT_KB, data… in call_libcpuid_static()