Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dx86.h287 static inline bool kvm_check_has_quirk(struct kvm *kvm, u64 quirk) in kvm_check_has_quirk() function
Dlapic.c1457 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_read()
2158 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_write()
2349 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_LINT0_REENABLED)) in kvm_lapic_reset()
Dcpuid.c143 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT)) { in kvm_update_cpuid_runtime()
Dx86.c871 !kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in kvm_post_set_cr0()
3340 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT) && in kvm_set_msr_common()
8048 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_OUT_7E_INC_RIP)) { in kvm_fast_pio_out()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c1740 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in svm_set_cr0()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7020 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in vmx_get_mt_mask()