]>
git.saurik.com Git - apple/xnu.git/blob - bsd/dev/i386/fasttrap_regset.h
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
27 /* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */
29 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
30 /* All Rights Reserved */
32 #ifndef _FASTTRAP_REGSET_H
33 #define _FASTTRAP_REGSET_H
36 * APPLE NOTE: This file was orginally uts/intel/sys/regset.h
40 * #pragma ident "@(#)regset.h 1.11 05/06/08 SMI"
48 * The names and offsets defined here should be specified by the
51 * We make fsbase and gsbase part of the lwp context (since they're
52 * the only way to access the full 64-bit address range via the segment
53 * registers) and thus belong here too. However we treat them as
54 * read-only; if %fs or %gs are updated, the results of the descriptor
55 * table lookup that those updates implicitly cause will be reflected
56 * in the corresponding fsbase and/or gsbase values the next time the
57 * context can be inspected. However it is NOT possible to override
58 * the fsbase/gsbase settings via this interface.
60 * Direct modification of the base registers (thus overriding the
61 * descriptor table base address) can be achieved with _lwp_setprivate.
95 * The names and offsets defined here are specified by i386 ABI suppl.
98 #define SS 18 /* only stored on a privilege transition */
99 #define UESP 17 /* only stored on a privilege transition */
129 #endif /* _FASTTRAP_REGSET_H */