plan 9 kernel history: overview | file list | diff list

2000/0517/alphapc/mmu.c (diff list | history)

2000/0517/sys/src/9/alphapc/mmu.c:254,2562001/0727/sys/src/9/alphapc/mmu.c:254,272 (short | long | prev | next)
1999/0415    
{ 
2000/0401    
	print("upafree: virtual mapping not freed\n"); 
1999/0415    
} 
2001/0727    
 
void 
mmudump(void) 
{ 
	Page *top, *lvl2; 
 
	iprint("ptbr %lux up %lux\n", (ulong)m->ptbr, up); 
	if(up) { 
		top = up->mmutop; 
		if(top != nil) 
			iprint("top %lux top[N-1] %lux\n", top->va, ((uvlong *)top->va)[PTE2PG-1]); 
		lvl2 = up->mmulvl2; 
		if(lvl2 != nil) 
			iprint("lvl2 %lux\n", lvl2->va); 
	} 
} 


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