i82094aa.hh (6137:d3ee4e0d690c) i82094aa.hh (6139:2bfd792b1cc0)
1/*
2 * Copyright (c) 2008 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;

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

72
73 std::map<int, Interrupts *> localApics;
74
75 uint8_t regSel;
76 uint8_t initialApicId;
77 uint8_t id;
78 uint8_t arbId;
79
1/*
2 * Copyright (c) 2008 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;

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

72
73 std::map<int, Interrupts *> localApics;
74
75 uint8_t regSel;
76 uint8_t initialApicId;
77 uint8_t id;
78 uint8_t arbId;
79
80 uint64_t lowestPriorityOffset;
81
80 static const uint8_t TableSize = 24;
81 // This implementation is based on version 0x11, but 0x14 avoids having
82 // to deal with the arbitration and APIC bus guck.
83 static const uint8_t APICVersion = 0x14;
84
85 RedirTableEntry redirTable[TableSize];
86 bool pinStates[TableSize];
87

--- 48 unchanged lines hidden ---
82 static const uint8_t TableSize = 24;
83 // This implementation is based on version 0x11, but 0x14 avoids having
84 // to deal with the arbitration and APIC bus guck.
85 static const uint8_t APICVersion = 0x14;
86
87 RedirTableEntry redirTable[TableSize];
88 bool pinStates[TableSize];
89

--- 48 unchanged lines hidden ---