process.hh (11851:824055fe6b30) process.hh (11854:0e94e16e26ea)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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 */
39
40#ifndef __ARCH_X86_PROCESS_HH__
41#define __ARCH_X86_PROCESS_HH__
42
43#include <string>
44#include <vector>
45
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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 */
39
40#ifndef __ARCH_X86_PROCESS_HH__
41#define __ARCH_X86_PROCESS_HH__
42
43#include <string>
44#include <vector>
45
46#include "sim/aux_vector.hh"
46#include "sim/process.hh"
47#include "mem/multi_level_page_table.hh"
48
49class SyscallDesc;
50
51namespace X86ISA
52{
53 enum X86AuxiliaryVectorTypes {

--- 94 unchanged lines hidden ---
47#include "sim/process.hh"
48#include "mem/multi_level_page_table.hh"
49
50class SyscallDesc;
51
52namespace X86ISA
53{
54 enum X86AuxiliaryVectorTypes {

--- 94 unchanged lines hidden ---