Searched refs:xstate_sizes (Results 1 – 3 of 3) sorted by relevance
28 unsigned int *__read_mostly xstate_sizes; variable100 xstate_sizes = xzalloc_array(unsigned int, xstate_features); in setup_xstate_features()101 if ( !xstate_sizes ) in setup_xstate_features()109 cpuid_count(XSTATE_CPUID, leaf, &xstate_sizes[leaf], in setup_xstate_features()118 BUG_ON(eax != xstate_sizes[leaf]); in setup_xstate_features()151 offset += xstate_sizes[i]; in setup_xstate_comp()214 BUG_ON((xstate_offsets[index] + xstate_sizes[index]) > size); in expand_xsave_states()217 xstate_sizes[index]); in expand_xsave_states()283 xstate_sizes[index]); in compress_xsave_states()518 if ( size < xstate_sizes[i] ) in xstate_alloc_save_area()[all …]
93 xstate_sizes[_XSTATE_YMM]); in recalculate_xstate()101 xstate_sizes[_XSTATE_BNDCSR]); in recalculate_xstate()109 xstate_sizes[_XSTATE_HI_ZMM]); in recalculate_xstate()117 xstate_sizes[_XSTATE_PKRU]); in recalculate_xstate()125 xstate_sizes[_XSTATE_LWP]); in recalculate_xstate()148 p->xstate.comp[i].size = xstate_sizes[i]; in recalculate_xstate()
68 extern unsigned int *xstate_sizes;
Completed in 5 milliseconds