| plan 9 kernel history: overview | file list | diff list |
1992/0828/power/mem.h (diff list | history)
| 1992/0726/sys/src/9/power/mem.h:101,107 – 1992/0828/sys/src/9/power/mem.h:101,107 (short | long | prev | next) | ||
| 1990/1212 | #define PTERONLY 0 | |
| 1990/0227 | #define PTEPID(n) ((n)<<6) | |
| 1991/0425 | #define TLBPID(n) (((n)>>6)&0x3F) | |
| 1991/0705 |
| |
| 1992/0828 | #define PTEMAPMEM (2*1024*1024) | |
| 1991/0705 | #define PTEPERTAB (PTEMAPMEM/BY2PG) | |
| 1991/0711 | #define STLBLOG 13 | |
| 1991/0425 | #define STLBSIZE (1<<STLBLOG) | |