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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1973 * EMULTYPE_COMPLETE_USER_EXIT is not set.
1994 * EMULTYPE_COMPLETE_USER_EXIT - Set when the emulator should update interruptibility
2024 #define EMULTYPE_COMPLETE_USER_EXIT (1 << 7) macro
/linux-master/arch/x86/kvm/
H A Dx86.c776 EMULTYPE_COMPLETE_USER_EXIT);
9181 * EMULTYPE_SKIP without EMULTYPE_COMPLETE_USER_EXIT is intended for
9192 if (emulation_type & EMULTYPE_COMPLETE_USER_EXIT) {

Completed in 271 milliseconds