rv_ctrl.cc (7584:28ddf6d9e982) rv_ctrl.cc (7733:08d6a773d1b6)
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

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

92 }
93 pkt->makeAtomicResponse();
94 return pioDelay;
95}
96
97void
98RealViewCtrl::serialize(std::ostream &os)
99{
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

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

92 }
93 pkt->makeAtomicResponse();
94 return pioDelay;
95}
96
97void
98RealViewCtrl::serialize(std::ostream &os)
99{
100 panic("Need to implement serialization\n");
101}
102
103void
104RealViewCtrl::unserialize(Checkpoint *cp, const std::string &section)
105{
100}
101
102void
103RealViewCtrl::unserialize(Checkpoint *cp, const std::string &section)
104{
106 panic("Need to implement serialization\n");
107}
108
109RealViewCtrl *
110RealViewCtrlParams::create()
111{
112 return new RealViewCtrl(this);
113}
105}
106
107RealViewCtrl *
108RealViewCtrlParams::create()
109{
110 return new RealViewCtrl(this);
111}