Home
last modified time | relevance | path

Searched refs:EMULATE_USER_EXIT (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h837 EMULATE_USER_EXIT, /* kvm_run ready for userspace exit */ enumerator
/arch/x86/kvm/
Dx86.c5112 r = EMULATE_USER_EXIT; in handle_emulation_failure()
5271 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_singlestep()
5305 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_breakpoint()
5426 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
5430 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
Dvmx.c4902 if (er == EMULATE_USER_EXIT) in handle_exception()
5712 if (err == EMULATE_USER_EXIT) { in handle_invalid_guest_state()
Dmmu.c4188 case EMULATE_USER_EXIT: in kvm_mmu_page_fault()
Dsvm.c1788 if (er == EMULATE_USER_EXIT) in ud_interception()