Searched refs:xstate_sizes (Results 1 – 2 of 2) sorted by relevance
83 static unsigned int xstate_sizes[XFEATURE_MAX] __ro_after_init = variable161 offs += xstate_sizes[i]; in xfeature_get_offset()224 xstate_sizes[XFEATURE_FP] = offsetof(struct fxregs_state, in setup_xstate_cache()227 xstate_offsets[XFEATURE_SSE] = xstate_sizes[XFEATURE_FP]; in setup_xstate_cache()228 xstate_sizes[XFEATURE_SSE] = sizeof_field(struct fxregs_state, in setup_xstate_cache()234 xstate_sizes[i] = eax; in setup_xstate_cache()305 i, xstate_sizes[i]); in print_xstate_offset_size()570 return offset + xstate_sizes[topmost]; in xstate_calculate_size()1164 xstate_sizes[i]); in __copy_xstate_to_uabi_buf()1170 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in __copy_xstate_to_uabi_buf()[all …]
45 static struct cpuid_xstate_sizes xstate_sizes[XFEATURE_MAX] __ro_after_init; variable 52 for (i = XFEATURE_YMM; i < ARRAY_SIZE(xstate_sizes); i++) { in kvm_init_xstate_sizes() 53 struct cpuid_xstate_sizes *xs = &xstate_sizes[i]; in kvm_init_xstate_sizes() 67 struct cpuid_xstate_sizes *xs = &xstate_sizes[feature_bit]; in xstate_required_size()