Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c146 if (!cpu_feature_enabled(X86_FEATURE_XCOMPACTED) || in xfeature_get_offset()
584 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid()
682 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size()
838 setup_force_cpu_cap(X86_FEATURE_XCOMPACTED); in fpu__init_system_xstate()
896 boot_cpu_has(X86_FEATURE_XCOMPACTED) ? "compacted" : "standard"); in fpu__init_system_xstate()
940 if (cpu_feature_enabled(X86_FEATURE_XCOMPACTED)) { in __raw_xsave_addr()
1597 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm()
H A Dxstate.h19 if (cpu_feature_enabled(X86_FEATURE_XCOMPACTED)) in xstate_init_xcomp_bv()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h204 #define X86_FEATURE_XCOMPACTED ( 7*32+10) /* "" Use compacted XSTATE (XSAVES or XSAVEC) */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h203 #define X86_FEATURE_XCOMPACTED ( 7*32+10) /* "" Use compacted XSTATE (XSAVES or XSAVEC) */ macro