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

2000/1015/bitsy/dat.h (diff list | history)

2000/1015/sys/src/9/bitsy/dat.h:100,1072000/1016/sys/src/9/bitsy/dat.h:100,107 (short | long | prev | next)
2000/0831    
	int	machno;			/* physical id of processor */ 
	ulong	splpc;			/* pc of last caller to splhi */ 
 
	Proc*	proc;			/* current process on this processor */ 
	Proc*	externup;		/* extern register Proc *up */ 
2000/1016    
	Proc	*proc;			/* current process */ 
	ulong	mmupid;			/* process id currently in mmu & cache */ 
2000/0831    
 
	ulong	ticks;			/* of the clock since boot time */ 
	Label	sched;			/* scheduler wakeup */ 
2000/1015/sys/src/9/bitsy/dat.h:171,1772000/1016/sys/src/9/bitsy/dat.h:171,177
2000/1015    
#define	MACHP(n)	((Mach *)(MACHADDR+(n)*BY2PG)) 
2000/0831    
 
extern Mach	*m; 
#define up	(((Mach*)MACHADDR)->externup) 
2000/1016    
extern Proc	*up; 
2000/0907    
 
enum 
{ 


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