Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/fpu/
Dxstate.c84 static unsigned int xstate_flags[XFEATURE_MAX] __ro_after_init; variable
129 return xstate_flags[xfeature_nr] & XSTATE_FLAG_ALIGNED64; in xfeature_is_aligned64()
134 return xstate_flags[xfeature_nr] & XSTATE_FLAG_SUPERVISOR; in xfeature_is_supervisor()
233 xstate_flags[i] = ecx; in setup_xstate_cache()