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

/seL4-l4v-10.1.1/seL4/src/arch/x86/machine/
H A Dcpu_identification.c43 MAY_ALIAS uint32_t *vendor_string32 = (uint32_t *)ci->vendor_string; local
49 vendor_string32[0] = x86_cpuid_ebx(0, 0);
50 vendor_string32[1] = x86_cpuid_edx(0, 0);
51 vendor_string32[2] = x86_cpuid_ecx(0, 0);

Completed in 83 milliseconds