Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/fpu/
Dxstate.h68 #define XFEATURE_MASK_SUPERVISOR_ALL (XFEATURE_MASK_SUPERVISOR_SUPPORTED | \ macro
/Linux-v5.10/arch/x86/kernel/fpu/
Dxstate.c484 if (XFEATURE_MASK_SUPERVISOR_ALL & BIT_ULL(xfeature_nr)) { in xfeature_uncompacted_offset()
1168 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR_ALL; in copy_kernel_to_xstate()
1224 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR_ALL; in copy_user_to_xstate()