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

1990/08163/gnot/dat.h (diff list | history)

1990/08141/sys/src/9/gnot/dat.h:106,1131990/08163/sys/src/9/gnot/dat.h:106,116 (short | long | prev | next)
1990/03091    
 
struct	FPsave 
{ 
	long	fpreg[32]; 
	long	fpstatus; 
1990/08163    
	char	type; 
	char	size; 
	short	reserved; 
	char	junk[180]; 
	char	reg[3*4+8*12]; 
1990/03091    
}; 
 
struct Conf 
1990/08141/sys/src/9/gnot/dat.h:202,2071990/08163/sys/src/9/gnot/dat.h:205,211
1990/03091    
	Label	sched;			/* scheduler wakeup */ 
	Lock	alarmlock;		/* access to alarm list */ 
	void	*alarm;			/* alarms bound to this clock */ 
1990/08163    
	int	fpstate;		/* state of fp registers on machine */ 
1990/03091    
	int	stack[1]; 
}; 
 
1990/08141/sys/src/9/gnot/dat.h:513,5191990/08163/sys/src/9/gnot/dat.h:517,523
1990/03091    
{ 
	FPinit, 
	FPactive, 
	FPinactive, 
1990/08163    
	FPdirty, 
1990/03091    
}; 
 
/* 


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