isa_fake.hh (5034:6186ef720dd4) isa_fake.hh (5192:582e583f8e7e)
1/*
2 * Copyright (c) 2004-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;

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

61 public:
62 typedef IsaFakeParams Params;
63 const Params *
64 params() const
65 {
66 return dynamic_cast<const Params *>(_params);
67 }
68 /**
1/*
2 * Copyright (c) 2004-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;

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

61 public:
62 typedef IsaFakeParams Params;
63 const Params *
64 params() const
65 {
66 return dynamic_cast<const Params *>(_params);
67 }
68 /**
69 * The constructor for Tsunmami Fake just registers itself with the MMU.
69 * The constructor for Isa Fake just registers itself with the MMU.
70 * @param p params structure
71 */
72 IsaFake(Params *p);
73
74 /**
75 * This read always returns -1.
76 * @param pkt The memory request.
77 * @param data Where to put the data.

--- 12 unchanged lines hidden ---
70 * @param p params structure
71 */
72 IsaFake(Params *p);
73
74 /**
75 * This read always returns -1.
76 * @param pkt The memory request.
77 * @param data Where to put the data.

--- 12 unchanged lines hidden ---