Lines Matching +full:resume +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0 */
8 * also clears the TS-flag if the task we switched to has used the
9 * math co-processor latest.
13 * automatically by SAVE_SWITCH_STACK in resume(), ie. d0-d5 and
14 * a0-a1. Some of these are used by schedule() and its predecessors
21 * Beware that resume now expects *next to be in d1 and the offset of
25 * 02/17/96 - Jes Sorensen (jds@kom.auc.dk)
28 * pass prev in a0, next in a1, offset of tss in d1, and whether
34 asmlinkage void resume(void);
45 : "r" (&(prev->thread)), \
46 "r" (&(next->thread)), \