Home
last modified time | relevance | path

Searched refs:KVM_EMUL_INSN_F_CR0_PE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dtrace.h687 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
694 { KVM_EMUL_INSN_F_CR0_PE \
696 { KVM_EMUL_INSN_F_CR0_PE, "prot16" }, \
697 { KVM_EMUL_INSN_F_CR0_PE \
699 { KVM_EMUL_INSN_F_CR0_PE \
712 flags = KVM_EMUL_INSN_F_CR0_PE; \
715 flags = KVM_EMUL_INSN_F_CR0_PE \
719 flags = KVM_EMUL_INSN_F_CR0_PE \
/linux-4.4.14/tools/lib/traceevent/
Dplugin_kvm.c288 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
322 flags & KVM_EMUL_INSN_F_CR0_PE, in kvm_emulate_insn_handler()