Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h921 EMULATE_USER_EXIT, /* kvm_run ready for userspace exit */ enumerator
/linux-4.1.27/arch/x86/kvm/
Dx86.c5314 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_singlestep()
5344 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_breakpoint()
5464 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
5468 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
Dmmu.c4300 case EMULATE_USER_EXIT: in kvm_mmu_page_fault()
Dvmx.c5929 if (err == EMULATE_USER_EXIT) { in handle_invalid_guest_state()