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

1990/0608/power/dat.h (diff list | history)

1990/0608/sys/src/9/power/dat.h:118,1231990/0614/sys/src/9/power/dat.h:118,124 (short | long | prev | next)
1990/0504    
	ulong	nmach;		/* processors */ 
	ulong	nproc;		/* processes */ 
	ulong	npgrp;		/* process groups */ 
1990/0614    
	ulong	npage0;		/* total physical pages of memory */ 
1990/0227    
	ulong	npage;		/* total physical pages of memory */ 
	ulong	norig;		/* origins */ 
	ulong	npte;		/* contiguous page table entries */ 
1990/0608/sys/src/9/power/dat.h:357,3621990/0614/sys/src/9/power/dat.h:358,371
1990/0227    
	int	(*notify)(void*, char*); 
	void	*ureg; 
}; 
1990/0614    
 
/* 
 * Fake kmap 
 */ 
typedef void		KMap; 
#define	VA(k)		((ulong)(k)) 
#define	kmap(p)		(KMap*)(p->pa|KZERO) 
#define	kunmap(k) 
1990/0227    
 
/* 
 *  operations available to a queue 


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