Searched refs:vendor_string32 (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/kernel/src/arch/x86/machine/
H A Dcpu_identification.c39 MAY_ALIAS uint32_t *vendor_string32 = (uint32_t *)ci->vendor_string; local
45 vendor_string32[0] = x86_cpuid_ebx(0, 0);
46 vendor_string32[1] = x86_cpuid_edx(0, 0);
47 vendor_string32[2] = x86_cpuid_ecx(0, 0);

Completed in 74 milliseconds