RubyPort.hh (9557:8666e81607a6) RubyPort.hh (9814:7ad2b0186a32)
1/*
2 * Copyright (c) 2012 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

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

68 bool _onRetryList;
69 bool access_phys_mem;
70
71 public:
72 M5Port(const std::string &_name, RubyPort *_port,
73 RubySystem*_system, bool _access_phys_mem);
74 void hitCallback(PacketPtr pkt);
75 void evictionCallback(const Address& address);
1/*
2 * Copyright (c) 2012 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

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

68 bool _onRetryList;
69 bool access_phys_mem;
70
71 public:
72 M5Port(const std::string &_name, RubyPort *_port,
73 RubySystem*_system, bool _access_phys_mem);
74 void hitCallback(PacketPtr pkt);
75 void evictionCallback(const Address& address);
76 unsigned deviceBlockSize() const;
77
78 bool onRetryList()
79 { return _onRetryList; }
80
81 void onRetryList(bool newVal)
82 { _onRetryList = newVal; }
83
84 protected:

--- 106 unchanged lines hidden ---
76
77 bool onRetryList()
78 { return _onRetryList; }
79
80 void onRetryList(bool newVal)
81 { _onRetryList = newVal; }
82
83 protected:

--- 106 unchanged lines hidden ---