interrupts.hh (9090:e4e22240398f) | interrupts.hh (9157:e0bad9d7bbd6) |
---|---|
1/* 2 * Copyright (c) 2012 ARM Limited 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 --- 75 unchanged lines hidden (view full) --- 84 Bitfield<16> masked; 85 Bitfield<17> periodic; 86 EndBitUnion(LVTEntry) 87 88 /* 89 * Timing related stuff. 90 */ 91 Tick latency; | 1/* 2 * Copyright (c) 2012 ARM Limited 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 --- 75 unchanged lines hidden (view full) --- 84 Bitfield<16> masked; 85 Bitfield<17> periodic; 86 EndBitUnion(LVTEntry) 87 88 /* 89 * Timing related stuff. 90 */ 91 Tick latency; |
92 Tick clock; | |
93 94 class ApicTimerEvent : public Event 95 { 96 private: 97 Interrupts *localApic; 98 public: 99 ApicTimerEvent(Interrupts *_localApic) : 100 Event(), localApic(_localApic) --- 216 unchanged lines hidden --- | 92 93 class ApicTimerEvent : public Event 94 { 95 private: 96 Interrupts *localApic; 97 public: 98 ApicTimerEvent(Interrupts *_localApic) : 99 Event(), localApic(_localApic) --- 216 unchanged lines hidden --- |