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

/fuchsia/zircon/kernel/arch/x86/
H A Dcpu_topology.cpp47 if (x86_vendor == X86_VENDOR_INTEL && x86_get_cpuid_leaf(X86_CPUID_BASE)->a >= X86_CPUID_TOPOLOGY) {
49 } else if (x86_vendor == X86_VENDOR_AMD) {
H A Dfeature.cpp28 enum x86_vendor_list x86_vendor; variable in typeref:enum:x86_vendor_list
67 x86_vendor = X86_VENDOR_INTEL;
69 x86_vendor = X86_VENDOR_AMD;
71 x86_vendor = X86_VENDOR_UNKNOWN;
135 if (x86_vendor == X86_VENDOR_INTEL && info->family == 0x6) {
172 } else if (x86_vendor == X86_VENDOR_AMD && info->family == 0xf) {
285 switch (x86_vendor) {
622 switch (x86_vendor) {
/fuchsia/zircon/kernel/platform/pc/
H A Dpcie_quirks.cpp68 if (x86_vendor != X86_VENDOR_INTEL)
137 if (x86_vendor != X86_VENDOR_AMD)
H A Dtimer.cpp462 if (x86_vendor == X86_VENDOR_INTEL) {
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dfeature.h221 extern enum x86_vendor_list x86_vendor;

Completed in 32 milliseconds