| plan 9 kernel history: overview | file list | diff list |
2000/1015/bitsy/dat.h (diff list | history)
| 2000/1015/sys/src/9/bitsy/dat.h:100,107 – 2000/1016/sys/src/9/bitsy/dat.h:100,107 (short | long | prev | next) | ||
| 2000/0831 | int machno; /* physical id of processor */ ulong splpc; /* pc of last caller to splhi */ | |
| 2000/1016 | Proc *proc; /* current process */ ulong mmupid; /* process id currently in mmu & cache */ | |
| 2000/0831 | ulong ticks; /* of the clock since boot time */ Label sched; /* scheduler wakeup */ | |
| 2000/1015/sys/src/9/bitsy/dat.h:171,177 – 2000/1016/sys/src/9/bitsy/dat.h:171,177 | ||
| 2000/1015 | #define MACHP(n) ((Mach *)(MACHADDR+(n)*BY2PG)) | |
| 2000/0831 | extern Mach *m; | |
| 2000/1016 | extern Proc *up; | |
| 2000/0907 | enum { | |