Searched refs:kvm_check_has_quirk (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 288 static inline bool kvm_check_has_quirk(struct kvm *kvm, u64 quirk) in kvm_check_has_quirk() function
|
H A D | lapic.c | 1697 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_read() 2416 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_write() 2742 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_LINT0_REENABLED)) in kvm_lapic_reset()
|
H A D | cpuid.c | 321 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT)) { in __kvm_update_cpuid_runtime()
|
H A D | x86.c | 966 !kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in kvm_post_set_cr0() 2127 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MWAIT_NEVER_UD_FAULTS) && in kvm_emulate_monitor_mwait() 3763 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT) && in kvm_set_msr_common() 9121 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_OUT_7E_INC_RIP)) { in kvm_fast_pio_out() 9950 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_FIX_HYPERCALL_INSN)) { in emulator_fix_hypercall()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1910 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in svm_set_cr0()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 7630 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in vmx_get_mt_mask()
|