4.3BSD-Reno/src/sys/GENERIC.alltahoe/assym.s

#ifdef LOCORE
#define	U_PROCP 144
#define	P_LINK 0
#define	P_RLINK 4
#define	P_XLINK 116
#define	P_ADDR 16
#define	P_PRI 21
#define	P_STAT 23
#define	P_WCHAN 104
#define	P_TSIZE 72
#define	P_SSIZE 84
#define	P_P0BR 112
#define	P_SZPT 70
#define	P_TEXTP 108
#define	P_FLAG 44
#define	P_DKEY 240
#define	P_CKEY 236
#define	SSLEEP 1
#define	SRUN 3
#define	V_SWTCH 0
#define	V_TRAP 4
#define	V_SYSCALL 8
#define	V_INTR 12
#define	V_SOFT 16
#define	V_FPE 116
#define	V_ALIGN 120
#define	MCLBYTES 1024
#define	NBPG 1024
#define	PGSHIFT 10
#define	UPAGES 8
#define	CLSIZE 1
#define	MAXPHYS 65536
#define	SYSPTSIZE 11264
#define	USRPTSIZE 1024
#define	VBIOSIZE 1020
#define	MSGBUFPTECNT 4
#define	NMBCLUSTERS 256
#define	NKMEMCLUSTERS 512
#define	PCB_KSP 0
#define	PCB_USP 4
#define	PCB_R0 8
#define	PCB_R1 12
#define	PCB_R2 16
#define	PCB_R3 20
#define	PCB_R4 24
#define	PCB_R5 28
#define	PCB_R6 32
#define	PCB_R7 36
#define	PCB_R8 40
#define	PCB_R9 44
#define	PCB_R10 48
#define	PCB_R11 52
#define	PCB_R12 56
#define	PCB_R13 60
#define	PCB_FP 60
#define	PCB_PC 64
#define	PCB_PSL 68
#define	PCB_P0BR 72
#define	PCB_P0LR 76
#define	PCB_P1BR 80
#define	PCB_P1LR 84
#define	PCB_P2BR 88
#define	PCB_P2LR 92
#define	PCB_ACH 96
#define	PCB_ACL 100
#define	PCB_HFS 104
#define	PCB_SAVACC 108
#define	PCB_SZPT 112
#define	PCB_CMAP2 116
#define	PCB_SSWAP 120
#define	PCB_SIGC 124
#define	SCB_DOADUMP 8
#define	SCB_BUSERR 128
#define	SCB_DEVBASE 64
#endif