Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dpmu_intel.c408 if (msr_info->host_initiated) { in intel_pmu_set_msr()
425 if (!msr_info->host_initiated) in intel_pmu_set_msr()
441 if (msr_info->host_initiated && data && !guest_cpuid_has(vcpu, X86_FEATURE_DS)) in intel_pmu_set_msr()
461 if (!msr_info->host_initiated && in intel_pmu_set_msr()
Dvmx.c1886 if (!msr_info->host_initiated && in vmx_get_msr()
1891 if (!msr_info->host_initiated && !vmx_has_waitpkg(vmx)) in vmx_get_msr()
1897 if (!msr_info->host_initiated && in vmx_get_msr()
1914 (!msr_info->host_initiated && in vmx_get_msr()
1920 if (!msr_info->host_initiated && in vmx_get_msr()
1930 if (!msr_info->host_initiated && in vmx_get_msr()
1949 if (!msr_info->host_initiated && guest_cpuid_has_evmcs(vcpu)) in vmx_get_msr()
2024 static u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() argument
2029 (host_initiated || guest_cpuid_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT))) in vmx_get_supported_debugctl()
2033 (host_initiated || intel_pmu_lbr_is_enabled(vcpu))) in vmx_get_supported_debugctl()
[all …]
/Linux-v6.1/arch/x86/kvm/
Dx86.c484 if (!msr_info->host_initiated) { in kvm_set_apic_base()
1725 if (!msr_info->host_initiated) { in set_efer()
1805 bool host_initiated) in __kvm_set_msr() argument
1838 if (!host_initiated && in __kvm_set_msr()
1861 msr.host_initiated = host_initiated; in __kvm_set_msr()
1867 u32 index, u64 data, bool host_initiated) in kvm_set_msr_ignored_check() argument
1869 int ret = __kvm_set_msr(vcpu, index, data, host_initiated); in kvm_set_msr_ignored_check()
1885 bool host_initiated) in __kvm_get_msr() argument
1895 if (!host_initiated && in __kvm_get_msr()
1903 msr.host_initiated = host_initiated; in __kvm_get_msr()
[all …]
/Linux-v6.1/arch/x86/kvm/svm/
Dsvm.c2694 msr_info.host_initiated = false; in efer_trap()
2726 if (!msr_info->host_initiated && !svm->tsc_scaling_enabled) in svm_get_msr()
2777 if (!msr_info->host_initiated && in svm_get_msr()
2787 if (!msr_info->host_initiated && in svm_get_msr()
2870 if (!msr->host_initiated) in svm_set_msr()
2904 if (!msr->host_initiated && in svm_set_msr()
2932 if (!msr->host_initiated && in svm_set_msr()
2947 if (!msr->host_initiated && in svm_set_msr()
3029 if (!msr->host_initiated && !page_address_valid(vcpu, data)) in svm_set_msr()
3051 if (!msr->host_initiated && (data ^ msr_entry.data)) in svm_set_msr()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1437 bool host_initiated; member
1828 int __kvm_get_msr(struct kvm_vcpu *vcpu, u32 index, u64 *data, bool host_initiated);