1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/libcpuid
Xorg 25d0614811
Add L1 Instruction Cache information
Some CPUs does not have the same associativity for L1D and L1I, as reported in X0rg/CPU-X#119
It adds l1_instruction_assoc and l1_instruction_cacheline in cpu_id_t
To avoid confusing, also adds l1_data_assoc and l1_data_cacheline
l1_assoc and l1_cacheline are leave untouched for backward compatibility
2020-05-10 11:49:02 +02:00
..
amd_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
asm-bits.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
asm-bits.h Fix compilation on non-x86/ARM architectures. 2019-10-29 20:49:08 +01:00
check-consistency.py Force Python 2.7 in all Python scripts 2018-08-08 13:54:14 +02:00
CMakeLists.txt Fix CMake 2020-02-11 12:29:31 +02:00
cpuid_main.c Add L1 Instruction Cache information 2020-05-10 11:49:02 +02:00
Doxyfile.in Remove all trailling spaces 2020-05-09 17:34:07 +02:00
embed_drivers.cpp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
exports.def Remove all trailling spaces 2020-05-09 17:34:07 +02:00
intel_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid.dsp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid.h Add L1 Instruction Cache information 2020-05-10 11:49:02 +02:00
libcpuid.sym Add a msr_serialize_raw_data() function 2017-02-09 20:55:28 +01:00
libcpuid_constants.h Re-fix L3 cache associativity detection on AMD Zen 2 CPUs 2020-05-09 22:39:42 +02:00
libcpuid_internal.h Re-fix L3 cache associativity detection on AMD Zen 2 CPUs 2020-05-09 22:39:42 +02:00
libcpuid_types.h Do not depend on config.h in public headers 2018-06-23 17:56:52 +00:00
libcpuid_util.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_util.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc10.vcxproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc10.vcxproj.filters Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc71.vcproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
Makefile.am Fix issue #66: Manpage for cpuid_tool 2016-09-20 15:36:40 +03:00
Makefile.x64 Remove all trailling spaces 2020-05-09 17:34:07 +02:00
Makefile.x86 Remove all trailling spaces 2020-05-09 17:34:07 +02:00
masm-x64.asm Remove all trailling spaces 2020-05-09 17:34:07 +02:00
msrdriver.c Also msrdriver.c 2018-06-21 21:22:52 +03:00
rdmsr.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
rdtsc.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
rdtsc.h Forgot to add the new header file for rdtsc.c 2010-04-20 09:03:57 +00:00
recog_amd.c Add L1 Instruction Cache information 2020-05-10 11:49:02 +02:00
recog_amd.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.c Add L1 Instruction Cache information 2020-05-10 11:49:02 +02:00
recog_intel.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00