#include <array>#include <cstdint>#include <string_view>#include <cpuid.h>#include "attributes/common.hpp"#include "cpuid.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ein |
Functions | |
| cpuid_t | ein::cpuid (int32_t eax, int32_t ecx) noexcept |
| calls CPUID and returns all of the registers that it responds with. | |
Variables | |
| enum cpu_vendor | ein::cpu_vendor |
| Reports the vendor of the CPU encountered at runtime. Cached. | |
Definition in file cpuid.cpp.