process.cc (11794:97eebddaae84) process.cc (11800:54436a1784dc)
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

54#include "base/misc.hh"
55#include "base/trace.hh"
56#include "cpu/thread_context.hh"
57#include "debug/Stack.hh"
58#include "mem/multi_level_page_table.hh"
59#include "mem/page_table.hh"
60#include "sim/process_impl.hh"
61#include "sim/syscall_desc.hh"
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

54#include "base/misc.hh"
55#include "base/trace.hh"
56#include "cpu/thread_context.hh"
57#include "debug/Stack.hh"
58#include "mem/multi_level_page_table.hh"
59#include "mem/page_table.hh"
60#include "sim/process_impl.hh"
61#include "sim/syscall_desc.hh"
62#include "sim/syscall_return.hh"
62#include "sim/system.hh"
63
64using namespace std;
65using namespace X86ISA;
66
67static const int ArgumentReg[] = {
68 INTREG_RDI,
69 INTREG_RSI,

--- 1030 unchanged lines hidden ---
63#include "sim/system.hh"
64
65using namespace std;
66using namespace X86ISA;
67
68static const int ArgumentReg[] = {
69 INTREG_RDI,
70 INTREG_RSI,

--- 1030 unchanged lines hidden ---