summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/assym.s
blob: cb53546adaf844da1f71b5485e976d4717c8b44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#ifndef __GENASSYM_INCLUDED
#define __GENASSYM_INCLUDED 1

#define	P_FORW 0
#define	P_BACK 4
#define	P_VMSPACE 32
#define	P_ADDR 236
#define	P_PRIORITY 208
#define	P_STAT 45
#define	P_WCHAN 104
#define	SRUN 2
#define	VM_PMAP 132
#define	V_INTR 12
#define	UPAGES 4
#define	PGSHIFT 12
#define	USIZE 16384
#define	NBPG 4096
#define	U_PROF 864
#define	U_PROFSCALE 876
#define	PCB_ONFAULT 360
#define	SIZEOF_PCB 368
#define	PCB_USER_STATE 80
#define	SYS_exit 1
#define	SYS_execve 59
#define	SYS_sigreturn 103
#define EF_R0 0
#define EF_R31 31
#define EF_FPSR 32
#define EF_FPCR 33
#define EF_EPSR 34
#define EF_SXIP 35
#define EF_SFIP 37
#define EF_EXIP 35
#define EF_EFIP 37
#define EF_SNIP 36
#define EF_SSBR 38
#define EF_DMT0 39
#define EF_DMD0 40
#define EF_DMA0 41
#define EF_DMT1 42
#define EF_DMD1 43
#define EF_DMA1 44
#define EF_DMT2 45
#define EF_DMD2 46
#define EF_DMA2 47
#define EF_FPECR 48
#define EF_FPCR 33
#define EF_FPSR 32
#define EF_FPHS1 49
#define EF_FPLS1 50
#define EF_FPHS2 51
#define EF_FPLS2 52
#define EF_FPPT 53
#define EF_FPRH 54
#define EF_FPRL 55
#define EF_FPIT 56
#define EF_VECTOR 57
#define EF_MASK 58
#define EF_MODE 59
#define EF_RET 60
#define EF_IPFSR 61
#define EF_DPFSR 62
#define EF_DSR 63
#define EF_DLAR 64
#define EF_DPAR 65
#define EF_ISR 63
#define EF_ILAR 67
#define EF_IPAR 68
#define EF_SRX 62
#define EF_NREGS 70
#define SIZEOF_EF 280
#define PCB_PC 0
#define PCB_IPL 4
#define PCB_R14 8
#define PCB_R15 12
#define PCB_R16 16
#define PCB_R17 20
#define PCB_R18 24
#define PCB_R19 28
#define PCB_R20 32
#define PCB_R21 36
#define PCB_R22 40
#define PCB_R23 44
#define PCB_R24 48
#define PCB_R25 52
#define PCB_R26 56
#define PCB_R27 60
#define PCB_R28 64
#define PCB_R29 68
#define PCB_R30 72
#define PCB_SP 76

#endif /* __GENASSYM_INCLUDED */