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

1999/0122/mpc/mem.h (diff list | history)

1999/0122/sys/src/9/mpc/mem.h:50,571999/0123/sys/src/9/mpc/mem.h:50,79 (short | long | prev | next)
1999/0121    
#define MSR_LE		(1<<0)		/* Little-Endian enable */ 
 
/* 
 * Traps 
1999/0123    
 * Exception codes (trap vectors) 
1999/0121    
 */ 
1999/0123    
#define	CRESET	0x01 
#define	CMCHECK 0x02 
#define	CDSI	0x03 
#define	CISI	0x04 
#define	CEI	0x05 
#define	CALIGN	0x06 
#define	CPROG	0x07 
#define	CFPU	0x08 
#define	CDEC	0x09 
#define	CSYSCALL 0x0C 
#define	CTRACE	0x0D 
#define	CFPA	0x0E 
/* rest are power-implementation dependent */ 
#define	CEMU	0x10 
#define	CIMISS	0x11 
#define	CDMISS	0x12 
#define	CITLBE	0x13 
#define	CDTLBE	0x14 
#define	CDBREAK	0x1C 
#define	CIBREAK	0x1D 
#define	CPBREAK	0x1E 
#define	CDPORT	0x1F 
1999/0121    
 
/* 
 * Magic registers 


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