Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dcpuid.c35 static u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() function
172 best->ebx = xstate_required_size(vcpu->arch.xcr0, false); in kvm_update_cpuid_runtime()
177 best->ebx = xstate_required_size(vcpu->arch.xcr0, true); in kvm_update_cpuid_runtime()
816 entry->ebx = xstate_required_size(supported_xcr0, false); in __do_cpuid_func()
828 entry->ebx = xstate_required_size(supported_xcr0 | supported_xss, in __do_cpuid_func()

Completed in 5 milliseconds