Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h84 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
/Linux-v5.4/arch/x86/kvm/
Demulate.c615 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
5419 if (rc == X86EMUL_PROPAGATE_FAULT) in x86_decode_insn()
5622 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5784 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
Dx86.c5326 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
5356 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
5425 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
5645 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7141 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()