Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h84 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
/Linux-v4.19/arch/x86/kvm/
Demulate.c599 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
5561 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5723 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
Dx86.c4856 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
4886 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
4948 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
5167 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
Dvmx.c13479 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()