process.hh (9552:460cf901acba) | process.hh (10299:bec0c5ffc323) |
---|---|
1/* 2 * Copyright (c) 2007-2008 The Florida State University 3 * Copyright (c) 2009 The University of Edinburgh 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions are 8 * met: redistributions of source code must retain the above copyright --- 44 unchanged lines hidden (view full) --- 53 void argsInit(int intSize, int pageSize); 54 PowerISA::IntReg getSyscallArg(ThreadContext *tc, int &i); 55 /// Explicitly import the otherwise hidden getSyscallArg 56 using LiveProcess::getSyscallArg; 57 void setSyscallArg(ThreadContext *tc, int i, PowerISA::IntReg val); 58 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); 59}; 60 | 1/* 2 * Copyright (c) 2007-2008 The Florida State University 3 * Copyright (c) 2009 The University of Edinburgh 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions are 8 * met: redistributions of source code must retain the above copyright --- 44 unchanged lines hidden (view full) --- 53 void argsInit(int intSize, int pageSize); 54 PowerISA::IntReg getSyscallArg(ThreadContext *tc, int &i); 55 /// Explicitly import the otherwise hidden getSyscallArg 56 using LiveProcess::getSyscallArg; 57 void setSyscallArg(ThreadContext *tc, int i, PowerISA::IntReg val); 58 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); 59}; 60 |
61/* No architectural page table defined for this ISA */ 62typedef NoArchPageTable ArchPageTable; 63 |
|
61#endif // __POWER_PROCESS_HH__ 62 | 64#endif // __POWER_PROCESS_HH__ 65 |