base.hh (12748:ae5ce8e42de7) base.hh (12749:223c83ed9979)
1/*
2 * Copyright (c) 2011-2012,2015 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

124
125 Status _status;
126
127 public:
128 Addr dbg_vtophys(Addr addr);
129
130
131 void checkForInterrupts();
1/*
2 * Copyright (c) 2011-2012,2015 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

124
125 Status _status;
126
127 public:
128 Addr dbg_vtophys(Addr addr);
129
130
131 void checkForInterrupts();
132 void setupFetchRequest(RequestPtr req);
132 void setupFetchRequest(const RequestPtr &req);
133 void preExecute();
134 void postExecute();
135 void advancePC(const Fault &fault);
136
137 void haltContext(ThreadID thread_num) override;
138
139 // statistics
140 void regStats() override;

--- 23 unchanged lines hidden ---
133 void preExecute();
134 void postExecute();
135 void advancePC(const Fault &fault);
136
137 void haltContext(ThreadID thread_num) override;
138
139 // statistics
140 void regStats() override;

--- 23 unchanged lines hidden ---