Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2179 #define EMULTYPE_SKIP_SOFT_INT (1 << 9) macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c321 const int emul_type = EMULTYPE_SKIP | EMULTYPE_SKIP_SOFT_INT | in svm_update_soft_interrupt_rip()
/linux/arch/x86/kvm/
H A Dx86.c9499 if (emulation_type & EMULTYPE_SKIP_SOFT_INT && in x86_emulate_instruction()