Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dkvm_emulate.h85 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
A Demulate.c608 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
5314 if (rc == X86EMUL_PROPAGATE_FAULT) in x86_decode_insn()
5518 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5678 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
A Dx86.c6566 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
6596 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
6665 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
6881 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
12326 if (r == X86EMUL_PROPAGATE_FAULT) { in kvm_handle_memory_failure()
/linux/arch/x86/kvm/vmx/
A Dsgx.c227 if (r == X86EMUL_PROPAGATE_FAULT) { in handle_encls_ecreate()
A Dvmx.c7323 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()

Completed in 47 milliseconds