Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dxstate.c181 if (!cpu_feature_enabled(X86_FEATURE_XCOMPACTED) || in xfeature_get_offset()
621 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid()
719 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size()
906 setup_force_cpu_cap(X86_FEATURE_XCOMPACTED); in fpu__init_system_xstate()
961 boot_cpu_has(X86_FEATURE_XCOMPACTED) ? "compacted" : "standard"); in fpu__init_system_xstate()
1005 if (cpu_feature_enabled(X86_FEATURE_XCOMPACTED)) { in __raw_xsave_addr()
1676 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h194 #define X86_FEATURE_XCOMPACTED ( 7*32+10) /* Use compacted XSTATE (XSAVES or XSAVEC) */ macro