pseudo_inst.cc (8232:b28d06a175be) pseudo_inst.cc (8555:6fd8d0432d8d)
1/*
2 * Copyright (c) 2010 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

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

255 std::string symbol(symb);
256
257 DPRINTF(Loader, "Loaded symbol: %s @ %#llx\n", symbol, addr);
258
259 tc->getSystemPtr()->kernelSymtab->insert(addr,symbol);
260 debugSymbolTable->insert(addr,symbol);
261}
262
1/*
2 * Copyright (c) 2010 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

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

255 std::string symbol(symb);
256
257 DPRINTF(Loader, "Loaded symbol: %s @ %#llx\n", symbol, addr);
258
259 tc->getSystemPtr()->kernelSymtab->insert(addr,symbol);
260 debugSymbolTable->insert(addr,symbol);
261}
262
263uint64_t
264initParam(ThreadContext *tc)
265{
266 return tc->getCpuPtr()->system->init_param;
267}
268
263#endif
264
265
266void
267resetstats(ThreadContext *tc, Tick delay, Tick period)
268{
269 if (!tc->getCpuPtr()->params()->do_statistics_insts)
270 return;

--- 215 unchanged lines hidden ---
269#endif
270
271
272void
273resetstats(ThreadContext *tc, Tick delay, Tick period)
274{
275 if (!tc->getCpuPtr()->params()->do_statistics_insts)
276 return;

--- 215 unchanged lines hidden ---