Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dtrace.h669 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
676 { KVM_EMUL_INSN_F_CR0_PE \
678 { KVM_EMUL_INSN_F_CR0_PE, "prot16" }, \
679 { KVM_EMUL_INSN_F_CR0_PE \
681 { KVM_EMUL_INSN_F_CR0_PE \
694 flags = KVM_EMUL_INSN_F_CR0_PE; \
697 flags = KVM_EMUL_INSN_F_CR0_PE \
701 flags = KVM_EMUL_INSN_F_CR0_PE \
/linux-4.1.27/tools/lib/traceevent/
Dplugin_kvm.c285 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
319 flags & KVM_EMUL_INSN_F_CR0_PE, in kvm_emulate_insn_handler()