| plan 9 kernel history: overview | file list | diff list |
1991/1004/gnot/mmu.c (diff list | history)
| 1991/1004/sys/src/9/gnot/mmu.c:32,38 – 1992/0103/sys/src/9/gnot/mmu.c:32,37 (short | long | prev | next) | ||
| 1990/1004 | ||
| 1991/0705 | if(p->newtlb) { flushmmu(); | |
| 1991/1004/sys/src/9/gnot/mmu.c:42,61 – 1992/0103/sys/src/9/gnot/mmu.c:41,46 | ||
| 1990/1004 | */ if(!p->kp && p!=m->lproc){ flushmmu(); | |
| 1990/03091 | } | |
| 1991/1004/sys/src/9/gnot/mmu.c:82,98 – 1992/0103/sys/src/9/gnot/mmu.c:67,72 | ||
| 1990/03091 | panic("putmmu"); tlbphys |= VTAG(tlbvirt)<<24; | |
| 1990/1004 | tlbvirt = (tlbvirt&0x003FE000L)>>2; | |
| 1990/03091 | } | |
| 1991/1004/sys/src/9/gnot/mmu.c:102,115 – 1992/0103/sys/src/9/gnot/mmu.c:76,81 | ||
| 1990/03091 | flushcpucache(); *PARAM &= ~TLBFLUSH_; *PARAM |= TLBFLUSH_; | |
| 1990/1004 |
| |
| 1991/0705 |
| |
| 1990/1004 |
| |
| 1990/06021 | } void | |