Searched refs:xfeature (Results 1 – 3 of 3) sorted by relevance
137 static unsigned int xfeature_get_offset(u64 xcomp_bv, int xfeature) in xfeature_get_offset() argument146 xfeature <= XFEATURE_SSE) in xfeature_get_offset()147 return xstate_offsets[xfeature]; in xfeature_get_offset()158 if (i == xfeature) in xfeature_get_offset()201 static bool xfeature_enabled(enum xfeature xfeature) in xfeature_enabled() argument203 return fpu_kernel_cfg.max_features & BIT_ULL(xfeature); in xfeature_enabled()1392 void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature) in fpstate_clear_xstate_component() argument1394 void *addr = get_xsave_addr(&fps->regs.xsave, xfeature); in fpstate_clear_xstate_component()1397 memset(addr, 0, xstate_sizes[xfeature]); in fpstate_clear_xstate_component()
133 extern void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature);
102 enum xfeature { enum
Completed in 8 milliseconds