Home
last modified time | relevance | path

Searched refs:xfeature (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/fpu/
A Dxstate.c176 static bool xfeature_enabled(enum xfeature xfeature) in xfeature_enabled() argument
178 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() argument
1417 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()
/linux/arch/x86/include/asm/fpu/
A Dapi.h133 extern void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature);
A Dtypes.h102 enum xfeature { enum

Completed in 11 milliseconds