process.hh (10299:bec0c5ffc323) process.hh (11320:42ecb523c64a)
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

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

69
70 template<class IntType>
71 void argsInit(int pageSize,
72 std::vector<AuxVector<IntType> > extraAuxvs);
73
74 public:
75 Addr gdtStart()
76 { return _gdtStart; }
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

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

69
70 template<class IntType>
71 void argsInit(int pageSize,
72 std::vector<AuxVector<IntType> > extraAuxvs);
73
74 public:
75 Addr gdtStart()
76 { return _gdtStart; }
77
77
78 Addr gdtSize()
79 { return _gdtSize; }
80
81 SyscallDesc* getDesc(int callnum);
82
83 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value);
84 };
85

--- 62 unchanged lines hidden ---
78 Addr gdtSize()
79 { return _gdtSize; }
80
81 SyscallDesc* getDesc(int callnum);
82
83 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value);
84 };
85

--- 62 unchanged lines hidden ---