Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h85 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
H A Demulate.c590 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
3350 if (r == X86EMUL_PROPAGATE_FAULT) in em_wrmsr()
3364 if (r == X86EMUL_PROPAGATE_FAULT) in em_rdmsr()
5054 if (rc == X86EMUL_PROPAGATE_FAULT) in x86_decode_insn()
5262 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5422 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
H A Dx86.c7362 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
7393 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
7454 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
7683 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
8204 return X86EMUL_PROPAGATE_FAULT; in emulator_get_msr_with_filter()
8227 return X86EMUL_PROPAGATE_FAULT; in emulator_set_msr_with_filter()
9954 return X86EMUL_PROPAGATE_FAULT; in emulator_fix_hypercall()
13373 if (r == X86EMUL_PROPAGATE_FAULT) { in kvm_handle_memory_failure()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dsgx.c237 if (r == X86EMUL_PROPAGATE_FAULT) { in handle_encls_ecreate()
H A Dvmx.c8002 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()