Searched defs:use_xsave (Results 1 - 1 of 1) sorted by relevance

/arch/x86/include/asm/
H A Dfpu-internal.h98 static __always_inline __pure bool use_xsave(void) function
245 if (use_xsave()) {
283 if (use_xsave())
380 if (use_xsave())
479 return use_xsave() ? xstate_size + FP_XSTATE_MAGIC2_SIZE : xstate_size;
511 if (use_xsave()) {

Completed in 35 milliseconds