Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dxstate.h68 #define XFEATURE_MASK_SUPERVISOR_ALL (XFEATURE_MASK_SUPERVISOR_SUPPORTED | \ macro
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dxstate.c519 if (XFEATURE_MASK_SUPERVISOR_ALL & BIT_ULL(xfeature_nr)) { in xfeature_uncompacted_offset()
1220 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR_ALL; in copy_kernel_to_xstate()
1276 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR_ALL; in copy_user_to_xstate()