syscall_emul.hh (12235:95ab7b9d1c57) syscall_emul.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

91
92#include <cerrno>
93#include <memory>
94#include <string>
95
96#include "arch/utility.hh"
97#include "base/intmath.hh"
98#include "base/loader/object_file.hh"
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

91
92#include <cerrno>
93#include <memory>
94#include <string>
95
96#include "arch/utility.hh"
97#include "base/intmath.hh"
98#include "base/loader/object_file.hh"
99#include "base/misc.hh"
99#include "base/logging.hh"
100#include "base/trace.hh"
101#include "base/types.hh"
102#include "config/the_isa.hh"
103#include "cpu/base.hh"
104#include "cpu/thread_context.hh"
105#include "mem/page_table.hh"
106#include "params/Process.hh"
107#include "sim/emul_driver.hh"

--- 1956 unchanged lines hidden ---
100#include "base/trace.hh"
101#include "base/types.hh"
102#include "config/the_isa.hh"
103#include "cpu/base.hh"
104#include "cpu/thread_context.hh"
105#include "mem/page_table.hh"
106#include "params/Process.hh"
107#include "sim/emul_driver.hh"

--- 1956 unchanged lines hidden ---