Home
last modified time | relevance | path

Searched refs:is_guest_vendor_amd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dcpuid.h117 (is_guest_vendor_amd(best->ebx, best->ecx, best->edx) || in guest_cpuid_is_amd_or_hygon()
H A Dkvm_emulate.h409 static inline bool is_guest_vendor_amd(u32 ebx, u32 ecx, u32 edx) in is_guest_vendor_amd() function
H A Dcpuid.c1511 if (is_guest_vendor_amd(basic->ebx, basic->ecx, basic->edx) || in get_out_of_range_cpuid_entry()
H A Demulate.c2387 if (is_guest_vendor_amd(ebx, ecx, edx) || in em_syscall_is_enabled()