Searched refs:xstate_sizes (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dxsave.c29 static unsigned int *xstate_offsets, *xstate_sizes, xstate_features; variable
89 int size = xstate_sizes[feature_bit];
371 xstate_sizes = alloc_bootmem(xstate_features * sizeof(int));
380 xstate_sizes[leaf] = eax;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dxsave.c29 static unsigned int *xstate_offsets, *xstate_sizes, xstate_features; variable
89 int size = xstate_sizes[feature_bit];
371 xstate_sizes = alloc_bootmem(xstate_features * sizeof(int));
380 xstate_sizes[leaf] = eax;

Completed in 65 milliseconds