Deleted Added
sdiff udiff text old ( 9180:ee8d7a51651d ) new ( 9258:baa17ba80e06 )
full compact
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

264 Addr addr, unsigned flags, uint64_t *res);
265
266 void fetch();
267 void sendFetch(Fault fault, RequestPtr req, ThreadContext *tc);
268 void completeIfetch(PacketPtr );
269 void completeDataAccess(PacketPtr pkt);
270 void advanceInst(Fault fault);
271
272 /**
273 * Print state of address in memory system via PrintReq (for
274 * debugging).
275 */
276 void printAddr(Addr a);
277
278 /**
279 * Finish a DTB translation.

--- 21 unchanged lines hidden ---