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

1991/0425/power/mem.h (diff list | history)

1991/0407/sys/src/9/power/mem.h:96,1011991/0425/sys/src/9/power/mem.h:96,106 (short | long | prev | next)
1990/0227    
#define	PTEWRITE	(1<<10) 
1990/1212    
#define PTERONLY	0 
1990/0227    
#define	PTEPID(n)	((n)<<6) 
1991/0425    
#define TLBPID(n)	(((n)>>6)&0x3F) 
 
/* N.B. MUST CHANGE l.s utlbmiss if you want to change this */ 
#define STLBLOG		13 
#define STLBSIZE	(1<<STLBLOG) 
1990/0227    
 
#define	NTLBPID	64	/* number of pids */ 
#define	NTLB	64	/* number of entries */ 


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