Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dcpuid.h123 return best && best->ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx; in guest_cpuid_is_amd()
Demulate.c2703 if (ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx && in em_syscall_is_enabled()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h359 #define X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx 0x68747541 macro