Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dcpuid.h26 u32 *ecx, u32 *edx, bool check_limit);
Dcpuid.c1012 u32 *ecx, u32 *edx, bool check_limit) in kvm_cpuid() argument
1027 if (!entry && check_limit && !guest_cpuid_is_amd(vcpu) && in kvm_cpuid()
Dx86.c6298 u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, bool check_limit) in emulator_get_cpuid() argument
6300 return kvm_cpuid(emul_to_vcpu(ctxt), eax, ebx, ecx, edx, check_limit); in emulator_get_cpuid()
/arch/x86/include/asm/
Dkvm_emulate.h224 u32 *ecx, u32 *edx, bool check_limit);