base.hh (11877:5ea85692a53e) base.hh (12122:20512f6810d7)
1/*
2 * Copyright (c) 2011-2013 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

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

584 bool mwait(ThreadID tid, PacketPtr pkt);
585 void mwaitAtomic(ThreadID tid, ThreadContext *tc, TheISA::TLB *dtb);
586 AddressMonitor *getCpuAddrMonitor(ThreadID tid)
587 {
588 assert(tid < numThreads);
589 return &addressMonitor[tid];
590 }
591
1/*
2 * Copyright (c) 2011-2013 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

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

584 bool mwait(ThreadID tid, PacketPtr pkt);
585 void mwaitAtomic(ThreadID tid, ThreadContext *tc, TheISA::TLB *dtb);
586 AddressMonitor *getCpuAddrMonitor(ThreadID tid)
587 {
588 assert(tid < numThreads);
589 return &addressMonitor[tid];
590 }
591
592 bool waitForRemoteGDB() const;
593
592 Cycles syscallRetryLatency;
593};
594
595#endif // THE_ISA == NULL_ISA
596
597#endif // __CPU_BASE_HH__
594 Cycles syscallRetryLatency;
595};
596
597#endif // THE_ISA == NULL_ISA
598
599#endif // __CPU_BASE_HH__