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

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c562 unsigned int topmost = fls64(xfeatures) - 1; local
563 unsigned int offset = xstate_offsets[topmost];
565 if (topmost <= XFEATURE_SSE)
569 offset = xfeature_get_offset(xfeatures, topmost);
570 return offset + xstate_sizes[topmost];
/linux-master/kernel/bpf/
H A Dverifier.c1508 * Define topmost loop entry as a first node of the loop traversed in a
1510 * tracking algorithm is to associate topmost loop entries with states
1605 * - update topmost loop entry for intermediate states in get_loop_entry().
1609 struct bpf_verifier_state *topmost = st->loop_entry, *old; local
1611 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry)
1612 topmost = topmost
[all...]

Completed in 157 milliseconds