| plan 9 kernel history: overview | file list | diff list |
1994/0406/power/dat.h (diff list | history)
| 1994/0405/sys/src/9/power/dat.h:1,7 – 1994/0406/sys/src/9/power/dat.h:1,6 (short | long | prev | next) | ||
| 1990/0227 | typedef struct Conf Conf; | |
| 1993/0806 | typedef struct Lancepkt Lancepkt; | |
| 1990/0227 | typedef struct FPsave FPsave; | |
| 1992/0613 |
| |
| 1990/1231 | typedef struct Lance Lance; typedef struct Lancemem Lancemem; | |
| 1990/0227 | typedef struct Label Label; | |
| 1994/0405/sys/src/9/power/dat.h:77,90 – 1994/0406/sys/src/9/power/dat.h:76,81 | ||
| 1991/0507 | struct PMMU { int pidonmach[MAXMACH]; | |
| 1993/0501 |
| |
| 1993/1015 | }; /* | |
| 1994/0405/sys/src/9/power/dat.h:98,111 – 1994/0406/sys/src/9/power/dat.h:89,94 | ||
| 1990/0227 | ||
| 1991/0428 | #include "../port/portdat.h" | |
| 1990/0227 | ||
| 1992/0613 |
| |
| 1990/0227 |
| |
| 1991/0428 |
| |
| 1991/0425 |
| |
| 1993/0501 | /* First FOUR members offsets known by l.s */ | |
| 1990/0227 | struct Mach { | |
| 1994/0405/sys/src/9/power/dat.h:113,130 – 1994/0406/sys/src/9/power/dat.h:96,111 | ||
| 1993/0501 | Softtlb *stb; /* Software tlb simulation */ Proc *proc; /* current process on this processor */ | |
| 1991/1011 | ulong splpc; /* pc that called splhi() */ | |
| 1994/0406 | int tlbfault; /* this offset known in l.s/utlbmiss() */ | |
| 1993/0501 | /* Ok to change from here */ | |
| 1990/0227 | 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 */ | |
| 1993/0501 |
| |
| 1991/0705 |
| |
| 1992/1202 |
| |
| 1994/0406 | Proc *pidproc[NTLBPID]; /* process that owns this tlbpid on this mach */ | |
| 1991/0425 | ||
| 1991/0711 |
| |
| 1991/0425 | int tlbpurge; int pfault; int cs; | |