Home
last modified time | relevance | path

Searched refs:X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dcpuid.h102 return best && best->ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx; in guest_cpuid_is_amd()
Demulate.c2332 if (ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx && in em_syscall_is_enabled()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h335 #define X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx 0x68747541 macro