XFEATURE_MASK_SUPERVISOR  223 arch/x86/kernel/fpu/xstate.c 	WARN_ONCE((xfeatures_mask & XFEATURE_MASK_SUPERVISOR),
XFEATURE_MASK_SUPERVISOR  226 arch/x86/kernel/fpu/xstate.c 	xfeatures_mask &= ~XFEATURE_MASK_SUPERVISOR;
XFEATURE_MASK_SUPERVISOR  441 arch/x86/kernel/fpu/xstate.c 	if (XFEATURE_MASK_SUPERVISOR & BIT_ULL(xfeature_nr)) {
XFEATURE_MASK_SUPERVISOR  478 arch/x86/kernel/fpu/xstate.c 	if (hdr->xfeatures & (~xfeatures_mask | XFEATURE_MASK_SUPERVISOR))
XFEATURE_MASK_SUPERVISOR  771 arch/x86/kernel/fpu/xstate.c 	update_regset_xstate_info(fpu_user_xstate_size,	xfeatures_mask & ~XFEATURE_MASK_SUPERVISOR);
XFEATURE_MASK_SUPERVISOR 1008 arch/x86/kernel/fpu/xstate.c 	header.xfeatures &= ~XFEATURE_MASK_SUPERVISOR;
XFEATURE_MASK_SUPERVISOR 1088 arch/x86/kernel/fpu/xstate.c 	header.xfeatures &= ~XFEATURE_MASK_SUPERVISOR;
XFEATURE_MASK_SUPERVISOR 1181 arch/x86/kernel/fpu/xstate.c 	xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR;
XFEATURE_MASK_SUPERVISOR 1237 arch/x86/kernel/fpu/xstate.c 	xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR;