Home
last modified time | relevance | path

Searched refs:kvm_check_has_quirk (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h304 static inline bool kvm_check_has_quirk(struct kvm *kvm, u64 quirk) in kvm_check_has_quirk() function
H A Dlapic.c1710 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_read()
2428 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_write()
2712 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_LINT0_REENABLED)) in kvm_lapic_reset()
H A Dcpuid.c310 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT)) { in __kvm_update_cpuid_runtime()
H A Dx86.c2105 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MWAIT_NEVER_UD_FAULTS) && in kvm_emulate_monitor_mwait()
3914 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT) && in kvm_set_msr_common()
9403 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_OUT_7E_INC_RIP)) { in kvm_fast_pio_out()
10253 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_FIX_HYPERCALL_INSN)) { in emulator_fix_hypercall()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1889 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in svm_set_cr0()