Home
last modified time | relevance | path

Searched defs:compacted (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c560 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size()
584 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid() local
682 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size() local
1594 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm() local
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c353 static u32 snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size()
463 bool compacted = false; in snp_cpuid_postprocess() local
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c39 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size()
/openbmc/qemu/target/i386/
H A Dcpu.c1627 uint32_t xsave_area_size(uint64_t mask, bool compacted) in xsave_area_size()