Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dkvm_emulate.h86 #define X86EMUL_PROPAGATE_FAULT 2 /* propagate a generated fault to guest */ macro
Demulate.c590 return X86EMUL_PROPAGATE_FAULT; in emulate_exception()
3324 if (r == X86EMUL_PROPAGATE_FAULT) in em_wrmsr()
3338 if (r == X86EMUL_PROPAGATE_FAULT) in em_rdmsr()
5021 if (rc == X86EMUL_PROPAGATE_FAULT) in x86_decode_insn()
5229 rc == X86EMUL_PROPAGATE_FAULT && in x86_emulate_insn()
5389 if (rc == X86EMUL_PROPAGATE_FAULT) { in x86_emulate_insn()
Dx86.c7624 return X86EMUL_PROPAGATE_FAULT; in kvm_read_guest_virt_helper()
7655 return X86EMUL_PROPAGATE_FAULT; in kvm_fetch_guest_virt()
7716 return X86EMUL_PROPAGATE_FAULT; in kvm_write_guest_virt_helper()
7947 return X86EMUL_PROPAGATE_FAULT; in emulator_read_write_onepage()
8467 return X86EMUL_PROPAGATE_FAULT; in emulator_get_msr_with_filter()
8490 return X86EMUL_PROPAGATE_FAULT; in emulator_set_msr_with_filter()
9100 if (r == X86EMUL_RETRY_INSTR || r == X86EMUL_PROPAGATE_FAULT) in x86_emulate_instruction()
10140 return X86EMUL_PROPAGATE_FAULT; in emulator_fix_hypercall()
13684 if (r == X86EMUL_PROPAGATE_FAULT) { in kvm_handle_memory_failure()
/linux-6.12.1/arch/x86/kvm/vmx/
Dsgx.c238 if (r == X86EMUL_PROPAGATE_FAULT) { in handle_encls_ecreate()
Dvmx.c1707 return X86EMUL_PROPAGATE_FAULT; in vmx_check_emulate_instruction()
8048 return X86EMUL_PROPAGATE_FAULT; in vmx_check_intercept()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c4854 return X86EMUL_PROPAGATE_FAULT; in svm_check_emulate_instruction()
4923 return X86EMUL_PROPAGATE_FAULT; in svm_check_emulate_instruction()