Home
last modified time | relevance | path

Searched refs:KVM_EMUL_INSN_F_CR0_PE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/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 \
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dtrace.h775 #define KVM_EMUL_INSN_F_CR0_PE (1 << 0) macro
782 { KVM_EMUL_INSN_F_CR0_PE \
784 { KVM_EMUL_INSN_F_CR0_PE, "prot16" }, \
785 { KVM_EMUL_INSN_F_CR0_PE \
787 { KVM_EMUL_INSN_F_CR0_PE \
800 flags = KVM_EMUL_INSN_F_CR0_PE; \
803 flags = KVM_EMUL_INSN_F_CR0_PE \
807 flags = KVM_EMUL_INSN_F_CR0_PE \
/kernel/linux/linux-5.10/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()

Completed in 5 milliseconds