Lines Matching refs:prev
276 struct thread_struct *prev = &prev_p->thread; in __switch_to() local
322 savesegment(es, prev->es); in __switch_to()
323 if (unlikely(next->es | prev->es)) in __switch_to()
326 savesegment(ds, prev->ds); in __switch_to()
327 if (unlikely(next->ds | prev->ds)) in __switch_to()
365 if (unlikely(fsindex | next->fsindex | prev->fs)) { in __switch_to()
378 prev->fs = 0; in __switch_to()
382 prev->fsindex = fsindex; in __switch_to()
384 if (unlikely(gsindex | next->gsindex | prev->gs)) { in __switch_to()
389 prev->gs = 0; in __switch_to()
393 prev->gsindex = gsindex; in __switch_to()
430 prev->iopl != next->iopl)) in __switch_to()