Home
last modified time | relevance | path

Searched refs:swtch (Results 1 – 8 of 8) sorted by relevance

/xv6-public/
H A Dswtch.S3 # void swtch(struct context **old, struct context *new);
9 .globl swtch
10 swtch: label
H A Dtoc.ftr9 swtch 2658
12 indicates that swtch is defined on line 2658 and is mentioned on five lines
H A Drunoff.list25 swtch.S
H A Ddefs.h125 void swtch(struct context**, struct context*);
H A Dproc.c346 swtch(&(c->scheduler), p->context); in scheduler()
380 swtch(&p->context, mycpu()->scheduler); in sched()
H A DNotes51 trap() ought to lgdt on return, since currently only done in swtch()
H A DTRICKS75 before calling swtch, and perhaps it should.
H A DMakefile21 swtch.o\