]>
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
44 * The names and offsets defined here should be specified by the
47 * We make fsbase and gsbase part of the lwp context (since they're
48 * the only way to access the full 64-bit address range via the segment
49 * registers) and thus belong here too. However we treat them as
50 * read-only; if %fs or %gs are updated, the results of the descriptor
51 * table lookup that those updates implicitly cause will be reflected
52 * in the corresponding fsbase and/or gsbase values the next time the
53 * context can be inspected. However it is NOT possible to override
54 * the fsbase/gsbase settings via this interface.
56 * Direct modification of the base registers (thus overriding the
57 * descriptor table base address) can be achieved with _lwp_setprivate.
91 * The names and offsets defined here are specified by i386 ABI suppl.
94 #define SS 18 /* only stored on a privilege transition */
95 #define UESP 17 /* only stored on a privilege transition */
125 #endif /* _FASTTRAP_REGSET_H */