Searched refs:xfeature (Results 1 – 3 of 3) sorted by relevance
176 static bool xfeature_enabled(enum xfeature xfeature) in xfeature_enabled() argument178 return fpu_kernel_cfg.max_features & BIT_ULL(xfeature); in xfeature_enabled()1415 void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature) in fpstate_clear_xstate_component() argument1417 void *addr = get_xsave_addr(&fps->regs.xsave, xfeature); in fpstate_clear_xstate_component()1420 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 11 milliseconds