| plan 9 kernel history: overview | file list | diff list |
1990/0731/power/dat.h (diff list | history)
| 1990/0721/sys/src/9/power/dat.h:199,207 – 1990/0731/sys/src/9/power/dat.h:199,208 (short | long | prev | next) | ||
| 1990/0227 | Label sched; /* scheduler wakeup */ Lock alarmlock; /* access to alarm list */ void *alarm; /* alarms bound to this clock */ | |
| 1990/0731 | void (*intr)(ulong, ulong); /* pending interrupt */ | |
| 1990/0227 | Proc *intrp; /* process that was interrupted */ ulong cause; /* arg to intr */ | |
| 1990/0731 | ulong pc; /* pc that was interrupted */ | |
| 1990/0227 | char pidhere[NTLBPID]; /* is this pid possibly in this mmu? */ int lastpid; /* last pid allocated on this machine */ Proc *pidproc[NTLBPID]; /* process that owns this tlbpid on this mach */ | |