Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dtrace.h772 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
779 { KVM_EMUL_INSN_F_CR0_PE \
781 { KVM_EMUL_INSN_F_CR0_PE, "prot16" }, \
782 { KVM_EMUL_INSN_F_CR0_PE \
784 { KVM_EMUL_INSN_F_CR0_PE \
797 flags = KVM_EMUL_INSN_F_CR0_PE; \
800 flags = KVM_EMUL_INSN_F_CR0_PE \
804 flags = KVM_EMUL_INSN_F_CR0_PE \
/linux-6.1.9/tools/lib/traceevent/plugins/
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()