Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dxstate.c244 static bool xfeature_enabled(enum xfeature xfeature) in xfeature_enabled() argument
246 return xfeatures_mask_all & BIT_ULL(xfeature); in xfeature_enabled()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dtypes.h102 enum xfeature { enum