Lines Matching refs:prev
277 struct thread_struct *prev = &prev_p->thread; in __switch_to() local
279 struct fpu *prev_fpu = &prev->fpu; in __switch_to()
325 savesegment(es, prev->es); in __switch_to()
326 if (unlikely(next->es | prev->es)) in __switch_to()
329 savesegment(ds, prev->ds); in __switch_to()
330 if (unlikely(next->ds | prev->ds)) in __switch_to()
368 if (unlikely(fsindex | next->fsindex | prev->fs)) { in __switch_to()
381 prev->fs = 0; in __switch_to()
385 prev->fsindex = fsindex; in __switch_to()
387 if (unlikely(gsindex | next->gsindex | prev->gs)) { in __switch_to()
392 prev->gs = 0; in __switch_to()
396 prev->gsindex = gsindex; in __switch_to()
422 prev->iopl != next->iopl)) in __switch_to()