Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dcpuid.h26 u32 *ecx, u32 *edx, bool check_limit);
Dcpuid.c910 u32 *ecx, u32 *edx, bool check_limit) in kvm_cpuid() argument
920 if (!check_limit) in kvm_cpuid()
Dx86.c5700 u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, bool check_limit) in emulator_get_cpuid() argument
5702 return kvm_cpuid(emul_to_vcpu(ctxt), eax, ebx, ecx, edx, check_limit); in emulator_get_cpuid()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h224 u32 *ecx, u32 *edx, bool check_limit);