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.h1452 #define EMULTYPE_NO_DECODE (1 << 0) macro
/arch/x86/kvm/
Dx86.c7583 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
9477 r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()