Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dxstate.c64 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in fpu__xstate_clear_all_cpu_caps()
365 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp()
426 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf()
480 return boot_cpu_has(X86_FEATURE_XSAVES); in using_compacted_format()
659 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size()
751 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
Dinit.c361 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in fpu__init_parse_early_param()
Dcore.c238 if (static_cpu_has(X86_FEATURE_XSAVES)) in fpstate_init()
Dsignal.c187 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in copy_fpstate_to_sigframe()
Dregset.c133 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in xstateregs_set()
/arch/x86/include/asm/fpu/
Dinternal.h262 XSAVES, X86_FEATURE_XSAVES) \
281 XRSTORS, X86_FEATURE_XSAVES) \
307 if (static_cpu_has(X86_FEATURE_XSAVES)) in copy_xregs_to_kernel_booting()
329 if (static_cpu_has(X86_FEATURE_XSAVES)) in copy_kernel_to_xregs_booting()
/arch/x86/include/asm/
Dcpufeatures.h251 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS */ macro
/arch/x86/kvm/
Dx86.c3218 if (boot_cpu_has(X86_FEATURE_XSAVES)) in load_xsave()
7455 if (boot_cpu_has(X86_FEATURE_XSAVES)) in fx_init()
Dvmx.c3618 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_vmcs_config()