Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/fpu/
Dxstate.c564 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size()
588 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid() local
686 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size() local
1610 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm() local
/linux-6.14.4/arch/x86/coco/sev/
Dshared.c501 static u32 __head snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size()
612 bool compacted = false; in snp_cpuid_postprocess() local
/linux-6.14.4/arch/x86/kvm/
Dcpuid.c59 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size()