Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dtrace.h692 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
699 { KVM_EMUL_INSN_F_CR0_PE \
701 { KVM_EMUL_INSN_F_CR0_PE, "prot16" }, \
702 { KVM_EMUL_INSN_F_CR0_PE \
704 { KVM_EMUL_INSN_F_CR0_PE \
717 flags = KVM_EMUL_INSN_F_CR0_PE; \
720 flags = KVM_EMUL_INSN_F_CR0_PE \
724 flags = KVM_EMUL_INSN_F_CR0_PE \
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_kvm.c293 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
327 flags & KVM_EMUL_INSN_F_CR0_PE, in kvm_emulate_insn_handler()