| plan 9 kernel history: overview | file list | diff list |
1999/0429/alphapc/dat.h (diff list | history)
| 1999/0415/sys/src/9/alphapc/dat.h:135,158 – 1999/0429/sys/src/9/alphapc/dat.h:135,159 (short | long | prev | next) | ||
| 1999/0415 | Proc *proc; /* current process on this processor */ /* ordering from here on irrelevant */ | |
| 1999/0429 | int tlbfault; /* only used by devproc; no access to tlb */ int tlbpurge; /* ... */ | |
| 1999/0415 | ulong ticks; /* of the clock since boot time */ Label sched; /* scheduler wakeup */ Lock alarmlock; /* access to alarm list */ void *alarm; /* alarms bound to this clock */ Page *ufreeme; /* address of upage of exited process */ | |
| 1999/0429 | ulong cpuhz; /* hwrpb->cfreq */ ulong pcclast; uvlong fastclock; | |
| 1999/0415 | int pfault; int cs; int syscall; int load; int intr; | |