Go to the source code of this file.
Classes | |
| struct | ein::cpuid_t |
| result from calling the CPUID instruction More... | |
Namespaces | |
| namespace | ein |
Enumerations | |
| enum class | ein::cpu_vendor : uint8_t { ein::intel =0 , ein::amd =1 , ein::unknown =2 } |
| CPU vendor id. More... | |
Functions | |
| cpuid_t | ein::cpuid (int32_t eax, int32_t ecx) noexcept |
| calls CPUID and returns all of the registers that it responds with. | |
Definition in file cpuid.hpp.