Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Demulate_prefix.h12 #define __KVM_EMULATE_PREFIX 0x0f,0x0b,0x6b,0x76,0x6d /* ud2 ; .ascii "kvm" */ macro
/arch/x86/lib/
Dinsn.c64 static const insn_byte_t kvm_prefix[] = { __KVM_EMULATE_PREFIX };
/arch/x86/kvm/
Dx86.c5610 static const char kvm_emulate_prefix[] = { __KVM_EMULATE_PREFIX }; in handle_ud()