Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1449 #define EMULTYPE_SKIP (1 << 2) macro
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c7099 if (emulation_type & EMULTYPE_SKIP) { in handle_emulation_failure()
7394 if (!(emulation_type & EMULTYPE_SKIP) && in x86_decode_emulated_instruction()
7469 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c345 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c1675 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()