Home
last modified time | relevance | path

Searched refs:EMULTYPE_NO_DECODE (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h1348 #define EMULTYPE_NO_DECODE (1 << 0) macro
/arch/x86/kvm/
Dx86.c6648 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
8373 r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()