|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Functions | |
| void | cpuid (uint32_t leaf, uint32_t subleaf, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) |
| int | cpuid_get_model (void) |
| boolean_t | cpuid_check_apic (void) |
| int | cpuid_get_bsp_id (void) |
| void cpuid | ( | uint32_t | leaf, |
| uint32_t | subleaf, | ||
| uint32_t * | eax, | ||
| uint32_t * | ebx, | ||
| uint32_t * | ecx, | ||
| uint32_t * | edx ) |
Definition at line 4 of file cpuid.c.
Referenced by apicInitialize(), cpuid_check_apic(), cpuid_get_bsp_id(), cpuid_get_model(), INIT(), init_simd(), vxACPIRegisterNewCore(), and vxTSChasInvariant().