Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h85 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
Demulate.c620 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
3694 if (r == X86EMUL_PROPAGATE_FAULT) in em_wrmsr()
3708 if (r == X86EMUL_PROPAGATE_FAULT) in em_rdmsr()
5398 if (rc == X86EMUL_PROPAGATE_FAULT) in x86_decode_insn()
5607 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5767 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
Dx86.c7210 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
7241 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
7311 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
7540 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
8051 return X86EMUL_PROPAGATE_FAULT; in emulator_get_msr_with_filter()
8074 return X86EMUL_PROPAGATE_FAULT; in emulator_set_msr_with_filter()
9753 return X86EMUL_PROPAGATE_FAULT; in emulator_fix_hypercall()
13411 if (r == X86EMUL_PROPAGATE_FAULT) { in kvm_handle_memory_failure()
/Linux-v6.1/arch/x86/kvm/vmx/
Dsgx.c227 if (r == X86EMUL_PROPAGATE_FAULT) { in handle_encls_ecreate()
Dvmx.c7776 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()