summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/CPUID.h
AgeCommit message (Collapse)Author
2021-12-01Kernel: Add an x86 include check+error in x86/CPUID.hJames Mintram
2021-09-04Kernel: Allow specifying ecx with CPUIDTom
Some CPUID functions (e.g. 0xb) require input values in ecx.
2021-07-14Kernel: Add support for hypervisor CPUID featureJean-Baptiste Boric
2021-06-26Kernel: Add CPUID flag for long modeGunnar Beutner
This isn't particularly useful because by the time we've entered init() the CPU had better support x86_64 anyway. However this shows the CPU flag in System Monitor - even in 32-bit mode.
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
This does not add any functional changes