| plan 9 kernel history: overview | file list | diff list |
1992/0711/gnot/mmu.c (diff list | history)
| 1992/0630/sys/src/9/gnot/mmu.c:19,26 – 1992/0711/sys/src/9/gnot/mmu.c:19,24 (short | long | prev | next) | ||
| 1990/03091 | mapstack(Proc *p) { ulong tlbvirt, tlbphys; | |
| 1990/1004 |
| |
| 1990/03091 | ||
| 1991/0705 | ||
| 1991/0928 | if(p->upage->va != (USERADDR|(p->pid&0xFFFF)) && p->pid != 0) | |
| 1992/0630/sys/src/9/gnot/mmu.c:61,68 – 1992/0711/sys/src/9/gnot/mmu.c:59,67 | ||
| 1990/03091 | } void | |
| 1991/0705 |
| |
| 1992/0711 | putmmu(ulong tlbvirt, ulong tlbphys, Page *pg) | |
| 1990/03091 | { | |
| 1992/0711 | USED(pg); | |
| 1990/03091 | if(tlbvirt&KZERO) panic("putmmu"); tlbphys |= VTAG(tlbvirt)<<24; | |