Searched refs:EMULTYPE_COMPLETE_USER_EXIT (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1979 * EMULTYPE_COMPLETE_USER_EXIT is not set.
2000 * EMULTYPE_COMPLETE_USER_EXIT - Set when the emulator should update interruptibility
2030 #define EMULTYPE_COMPLETE_USER_EXIT (1 << 7) macro
/linux-master/arch/x86/kvm/
H A Dx86.c779 EMULTYPE_COMPLETE_USER_EXIT);
9206 * EMULTYPE_SKIP without EMULTYPE_COMPLETE_USER_EXIT is intended for
9217 if (emulation_type & EMULTYPE_COMPLETE_USER_EXIT) {

Completed in 284 milliseconds