summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpuid/Cpuid.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-12-01Refactoring cpuid model interactionAlexey Gavrilov1-0/+345
Patch for support CPU identification feature. Model smash on two pieces: platform-independent and dependent accordingly. The first obtains architecture details from CPU by special registers or execute instruction and filling proper structure. The second piece needs for more universality to use in independent code. Currently, platform-independent part supports only x86 cpuid(0h,01h) leafs. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>