Home
last modified time | relevance | path

Searched refs:syndbg_cap_eax (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
Dhyperv.c306 return hv_vcpu->cpuid_cache.syndbg_cap_eax & in kvm_hv_is_syndbg_enabled()
2028 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
2030 hv_vcpu->cpuid_cache.syndbg_cap_eax = 0; in kvm_hv_set_cpuid()
/arch/x86/include/asm/
Dkvm_host.h595 u32 syndbg_cap_eax; /* HYPERV_CPUID_SYNDBG_PLATFORM_CAPABILITIES.EAX */ member