Searched refs:kvm_check_has_quirk (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/x86/kvm/ |
D | x86.h | 273 static inline bool kvm_check_has_quirk(struct kvm *kvm, u64 quirk) in kvm_check_has_quirk() function
|
D | lapic.c | 1527 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_read() 2253 if (!kvm_check_has_quirk(vcpu->kvm, in apic_mmio_write() 2463 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_LINT0_REENABLED)) in kvm_lapic_reset()
|
D | cpuid.c | 284 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT)) { in __kvm_update_cpuid_runtime()
|
D | x86.c | 926 !kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in kvm_post_set_cr0() 2089 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MWAIT_NEVER_UD_FAULTS) && in kvm_emulate_monitor_mwait() 3642 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_MISC_ENABLE_NO_MWAIT) && in kvm_set_msr_common() 9032 kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_OUT_7E_INC_RIP)) { in kvm_fast_pio_out() 9749 if (!kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_FIX_HYPERCALL_INSN)) { in emulator_fix_hypercall()
|
/linux-6.1.9/arch/x86/kvm/svm/ |
D | svm.c | 1798 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in svm_set_cr0()
|
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | vmx.c | 7464 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) in vmx_get_mt_mask()
|