Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h986 EMULATE_USER_EXIT, /* kvm_run ready for userspace exit */ enumerator
/linux-4.4.14/arch/x86/kvm/
Dx86.c5290 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_singlestep()
5320 *r = EMULATE_USER_EXIT; in kvm_vcpu_check_breakpoint()
5440 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
5444 r = EMULATE_USER_EXIT; in x86_emulate_instruction()
Dmmu.c4421 case EMULATE_USER_EXIT: in kvm_mmu_page_fault()
Dvmx.c5992 if (err == EMULATE_USER_EXIT) { in handle_invalid_guest_state()