process.hh (6329:5d8b91875859) process.hh (6399:bf122a97f88b)
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;

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

290 M5_AT_GID = 13,
291 M5_AT_EGID = 14,
292 // The following may be specific to Linux
293 M5_AT_PLATFORM = 15,
294 M5_AT_HWCAP = 16,
295 M5_AT_CLKTCK = 17,
296
297 M5_AT_SECURE = 23,
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;

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

290 M5_AT_GID = 13,
291 M5_AT_EGID = 14,
292 // The following may be specific to Linux
293 M5_AT_PLATFORM = 15,
294 M5_AT_HWCAP = 16,
295 M5_AT_CLKTCK = 17,
296
297 M5_AT_SECURE = 23,
298 M5_BASE_PLATFORM = 24,
299 M5_AT_RANDOM = 25,
298
300
301 M5_AT_EXECFN = 31,
302
299 M5_AT_VECTOR_SIZE = 44
300 };
301
302 inline uint64_t uid() {return __uid;}
303 inline uint64_t euid() {return __euid;}
304 inline uint64_t gid() {return __gid;}
305 inline uint64_t egid() {return __egid;}
306 inline uint64_t pid() {return __pid;}

--- 37 unchanged lines hidden ---
303 M5_AT_VECTOR_SIZE = 44
304 };
305
306 inline uint64_t uid() {return __uid;}
307 inline uint64_t euid() {return __euid;}
308 inline uint64_t gid() {return __gid;}
309 inline uint64_t egid() {return __egid;}
310 inline uint64_t pid() {return __pid;}

--- 37 unchanged lines hidden ---