Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c81 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init =
82 { [ 0 ... XFEATURE_MAX - 1] = -1};
83 static unsigned int xstate_sizes[XFEATURE_MAX] __ro_after_init =
84 { [ 0 ... XFEATURE_MAX - 1] = -1};
85 static unsigned int xstate_flags[XFEATURE_MAX] __ro_after_init;
292 WARN_ON(nr >= XFEATURE_MAX); \
440 for (i = 0; i < XFEATURE_MAX + 10; i++) { in __xstate_dump_leaves()
1275 for (i = 0; i < XFEATURE_MAX; i++) { in copy_uabi_to_xstate()
1637 static const u64 xstate_prctl_req[XFEATURE_MAX] = {
1646 if (idx >= XFEATURE_MAX) in xstate_request_perm()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h127 XFEATURE_MAX, enumerator