thread_context.hh (10407:a9023811bf9e) thread_context.hh (10664:61a0b02aa800)
1/*
2 * Copyright (c) 2011-2012 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

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

305 unsigned readStCondFailures()
306 { return actualTC->readStCondFailures(); }
307
308 void setStCondFailures(unsigned sc_failures)
309 {
310 actualTC->setStCondFailures(sc_failures);
311 }
312
1/*
2 * Copyright (c) 2011-2012 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

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

305 unsigned readStCondFailures()
306 { return actualTC->readStCondFailures(); }
307
308 void setStCondFailures(unsigned sc_failures)
309 {
310 actualTC->setStCondFailures(sc_failures);
311 }
312
313 // @todo: Fix this!
314 bool misspeculating() { return actualTC->misspeculating(); }
315
316 Counter readFuncExeInst() { return actualTC->readFuncExeInst(); }
317
318 uint64_t readIntRegFlat(int idx)
319 { return actualTC->readIntRegFlat(idx); }
320
321 void setIntRegFlat(int idx, uint64_t val)
322 { actualTC->setIntRegFlat(idx, val); }
323

--- 20 unchanged lines hidden ---
313 Counter readFuncExeInst() { return actualTC->readFuncExeInst(); }
314
315 uint64_t readIntRegFlat(int idx)
316 { return actualTC->readIntRegFlat(idx); }
317
318 void setIntRegFlat(int idx, uint64_t val)
319 { actualTC->setIntRegFlat(idx, val); }
320

--- 20 unchanged lines hidden ---