Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxstate.c27 unsigned int *__read_mostly xstate_offsets; variable
96 xstate_offsets = xzalloc_array(unsigned int, xstate_features); in setup_xstate_features()
97 if ( !xstate_offsets ) in setup_xstate_features()
110 &xstate_offsets[leaf], &ecx, &edx); in setup_xstate_features()
119 BUG_ON(ebx != xstate_offsets[leaf]); in setup_xstate_features()
214 BUG_ON((xstate_offsets[index] + xstate_sizes[index]) > size); in expand_xsave_states()
216 memcpy(dest + xstate_offsets[index], src + comp_offsets[index], in expand_xsave_states()
280 BUG_ON((xstate_offsets[index] + xstate_sizes[index]) > size); in compress_xsave_states()
282 memcpy(dest + comp_offsets[index], src + xstate_offsets[index], in compress_xsave_states()
768 bndcsr = (void *)xstate + xstate_offsets[_XSTATE_BNDCSR]; in read_bndcfgu()
A Dcpuid.c92 xstate_offsets[_XSTATE_YMM] + in recalculate_xstate()
100 xstate_offsets[_XSTATE_BNDCSR] + in recalculate_xstate()
108 xstate_offsets[_XSTATE_HI_ZMM] + in recalculate_xstate()
116 xstate_offsets[_XSTATE_PKRU] + in recalculate_xstate()
124 xstate_offsets[_XSTATE_LWP] + in recalculate_xstate()
149 p->xstate.comp[i].offset = xstate_offsets[i]; in recalculate_xstate()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dxstate.h67 extern unsigned int *xstate_offsets;

Completed in 6 milliseconds