process.hh (5958:2d9737bf3c2f) process.hh (5999:3cf8e71257e0)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

132 Addr mmap_end;
133
134 // Base of region for nxm data
135 Addr nxm_start;
136 Addr nxm_end;
137
138 std::string prog_fname; // file name
139
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

132 Addr mmap_end;
133
134 // Base of region for nxm data
135 Addr nxm_start;
136 Addr nxm_end;
137
138 std::string prog_fname; // file name
139
140 Stats::Scalar<> num_syscalls; // number of syscalls executed
140 Stats::Scalar num_syscalls; // number of syscalls executed
141
142
143 protected:
144 // constructor
145 Process(ProcessParams * params);
146
147 // post initialization startup
148 virtual void startup();

--- 195 unchanged lines hidden ---
141
142
143 protected:
144 // constructor
145 Process(ProcessParams * params);
146
147 // post initialization startup
148 virtual void startup();

--- 195 unchanged lines hidden ---