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,261992/0711/sys/src/9/gnot/mmu.c:19,24 (short | long | prev | next)
1990/03091    
mapstack(Proc *p) 
{ 
	ulong tlbvirt, tlbphys; 
1990/1004    
	ulong next; 
	MMU *mm, *mn, *me; 
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,681992/0711/sys/src/9/gnot/mmu.c:59,67
1990/03091    
} 
 
void 
1991/0705    
putmmu(ulong tlbvirt, ulong tlbphys, Page *p) 
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; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)