Include dependency graph for cpu.c:
Go to the source code of this file.
Defines | |
#define | AMD_CPUID_EBX 0x68747541 |
#define | AMD_CPUID_ECX 0x444d4163 |
#define | AMD_CPUID_EDX 0x69746e65 |
#define | INTEL_CPUID_EBX 0x756e6547 |
#define | INTEL_CPUID_ECX 0x6c65746e |
#define | INTEL_CPUID_EDX 0x49656e69 |
Enumerations | |
enum | vendor { VendorUnknown = 0, VendorAMD, VendorIntel } |
Functions | |
void | fpu_disable (void) |
void | fpu_enable (void) |
void | cpu_arch_init (void) |
void | cpu_identify (void) |
void | cpu_print_report (cpu_t *m) |
Variables | |
static char * | vendor_str [] |
Definition in file cpu.c.