Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/fpu/
Dxstate.c223 WARN_ONCE((xfeatures_mask & XFEATURE_MASK_SUPERVISOR), in fpu__init_cpu_xstate()
226 xfeatures_mask &= ~XFEATURE_MASK_SUPERVISOR; in fpu__init_cpu_xstate()
441 if (XFEATURE_MASK_SUPERVISOR & BIT_ULL(xfeature_nr)) { in xfeature_uncompacted_offset()
478 if (hdr->xfeatures & (~xfeatures_mask | XFEATURE_MASK_SUPERVISOR)) in validate_xstate_header()
771 update_regset_xstate_info(fpu_user_xstate_size, xfeatures_mask & ~XFEATURE_MASK_SUPERVISOR); in fpu__init_system_xstate()
994 header.xfeatures &= ~XFEATURE_MASK_SUPERVISOR; in copy_xstate_to_kernel()
1078 header.xfeatures &= ~XFEATURE_MASK_SUPERVISOR; in copy_xstate_to_user()
1171 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR; in copy_kernel_to_xstate()
1227 xsave->header.xfeatures &= XFEATURE_MASK_SUPERVISOR; in copy_user_to_xstate()
/Linux-v5.4/arch/x86/include/asm/fpu/
Dxstate.h25 #define XFEATURE_MASK_SUPERVISOR (XFEATURE_MASK_PT) macro