Home
last modified time | relevance | path

Searched refs:EMULTYPE_TRAP_UD_FORCED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1946 #define EMULTYPE_TRAP_UD_FORCED (1 << 4) macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4795 EMULTYPE_TRAP_UD_FORCED | in svm_can_emulate_instruction()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c7521 emul_type = EMULTYPE_TRAP_UD_FORCED; in handle_ud()
8923 (emulation_type & EMULTYPE_TRAP_UD_FORCED)) { in x86_emulate_instruction()