miscregs.hh (9917:7274310be1bb) miscregs.hh (10288:e475a7861078)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

124 Bitfield<11> id; // this impl. dependent (id) field m
125EndBitUnion(HPSTATE)
126
127BitUnion16(PSTATE)
128 Bitfield<1> ie;
129 Bitfield<2> priv;
130 Bitfield<3> am;
131 Bitfield<4> pef;
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

124 Bitfield<11> id; // this impl. dependent (id) field m
125EndBitUnion(HPSTATE)
126
127BitUnion16(PSTATE)
128 Bitfield<1> ie;
129 Bitfield<2> priv;
130 Bitfield<3> am;
131 Bitfield<4> pef;
132 Bitfield<6, 7> mm;
132 Bitfield<7, 6> mm;
133 Bitfield<8> tle;
134 Bitfield<9> cle;
135 Bitfield<10> pid0;
136 Bitfield<11> pid1;
137EndBitUnion(PSTATE)
138
139struct STS
140{

--- 22 unchanged lines hidden ---
133 Bitfield<8> tle;
134 Bitfield<9> cle;
135 Bitfield<10> pid0;
136 Bitfield<11> pid1;
137EndBitUnion(PSTATE)
138
139struct STS
140{

--- 22 unchanged lines hidden ---