Home
last modified time | relevance | path

Searched refs:EMULTYPE_TRAP_UD (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1424 * EMULTYPE_TRAP_UD - Set when emulating an intercepted #UD from hardware.
1441 * due to an intercepted #UD (see EMULTYPE_TRAP_UD).
1453 #define EMULTYPE_TRAP_UD (1 << 1) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1887 * EMULTYPE_TRAP_UD - Set when emulating an intercepted #UD from hardware.
1905 * due to an intercepted #UD (see EMULTYPE_TRAP_UD).
1940 #define EMULTYPE_TRAP_UD (1 << 1) macro
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c6297 int emul_type = EMULTYPE_TRAP_UD; in handle_ud()
7555 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; in x86_decode_emulated_instruction()
7601 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7505 int emul_type = EMULTYPE_TRAP_UD; in handle_ud()
8788 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
8910 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
H A Demulate.c4973 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c4743 WARN_ON_ONCE(emul_type & (EMULTYPE_TRAP_UD | in svm_can_emulate_instruction()

Completed in 90 milliseconds