vtophys.cc (11435:0f1b46dde3fa) vtophys.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2010, 2012-2013 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

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

38 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 *
41 * Authors: Ali Saidi
42 * Nathan Binkert
43 * Stephen Hines
44 */
45
1/*
2 * Copyright (c) 2010, 2012-2013 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

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

38 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 *
41 * Authors: Ali Saidi
42 * Nathan Binkert
43 * Stephen Hines
44 */
45
46#include "arch/arm/vtophys.hh"
47
46#include <string>
47
48#include "arch/arm/faults.hh"
49#include "arch/arm/table_walker.hh"
50#include "arch/arm/tlb.hh"
48#include <string>
49
50#include "arch/arm/faults.hh"
51#include "arch/arm/table_walker.hh"
52#include "arch/arm/tlb.hh"
51#include "arch/arm/vtophys.hh"
52#include "base/chunk_generator.hh"
53#include "base/trace.hh"
54#include "cpu/thread_context.hh"
55#include "mem/fs_translating_port_proxy.hh"
56
57using namespace std;
58using namespace ArmISA;
59

--- 55 unchanged lines hidden ---
53#include "base/chunk_generator.hh"
54#include "base/trace.hh"
55#include "cpu/thread_context.hh"
56#include "mem/fs_translating_port_proxy.hh"
57
58using namespace std;
59using namespace ArmISA;
60

--- 55 unchanged lines hidden ---