1285809Sscottl/*
2285809Sscottl * Offsets into into structures used from asm.  Must be kept in sync with
3285809Sscottl * appropriate headers.
4285809Sscottl *
5285809Sscottl * $FreeBSD$
6285809Sscottl */
7285809Sscottl
8285809Sscottl#define	_JB_FP		0x0
9285809Sscottl#define	_JB_PC		0x8
10285809Sscottl#define	_JB_SP		0x10
11285809Sscottl#define	_JB_SIGMASK	0x18
12285809Sscottl#define	_JB_SIGFLAG	0x28
13285809Sscottl
14285809Sscottl#define	SIG_BLOCK	1
15285809Sscottl#define	SIG_SETMASK	3
16285809Sscottl
17285809Sscottl#define	FSR_RD_MASK	0xc0000000
18285809Sscottl#define	FSR_RD_RD_Z	0x40000000
19285809Sscottl