segment.hh (7629:0f0c231e3e97) segment.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 49 unchanged lines hidden (view full) ---

58 // These shouldn't be used directly in a load or store since they
59 // are likely accessed in other ways in a real machine. For instance,
60 // they may be loaded into the temporary segment register on demand.
61 SYS_SEGMENT_REG_TR,
62 SYS_SEGMENT_REG_IDTR,
63
64 NUM_SEGMENTREGS
65 };
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 49 unchanged lines hidden (view full) ---

58 // These shouldn't be used directly in a load or store since they
59 // are likely accessed in other ways in a real machine. For instance,
60 // they may be loaded into the temporary segment register on demand.
61 SYS_SEGMENT_REG_TR,
62 SYS_SEGMENT_REG_IDTR,
63
64 NUM_SEGMENTREGS
65 };
66};
66}
67
68#endif // __ARCH_X86_SEGMENTREGS_HH__
67
68#endif // __ARCH_X86_SEGMENTREGS_HH__