process.hh (9552:460cf901acba) | process.hh (10299:bec0c5ffc323) |
---|---|
1/* 2 * Copyright (c) 2003-2004 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; --- 41 unchanged lines hidden (view full) --- 50 public: 51 AlphaISA::IntReg getSyscallArg(ThreadContext *tc, int &i); 52 /// Explicitly import the otherwise hidden getSyscallArg 53 using LiveProcess::getSyscallArg; 54 void setSyscallArg(ThreadContext *tc, int i, AlphaISA::IntReg val); 55 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); 56}; 57 | 1/* 2 * Copyright (c) 2003-2004 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; --- 41 unchanged lines hidden (view full) --- 50 public: 51 AlphaISA::IntReg getSyscallArg(ThreadContext *tc, int &i); 52 /// Explicitly import the otherwise hidden getSyscallArg 53 using LiveProcess::getSyscallArg; 54 void setSyscallArg(ThreadContext *tc, int i, AlphaISA::IntReg val); 55 void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); 56}; 57 |
58/* No architectural page table defined for this ISA */ 59typedef NoArchPageTable ArchPageTable; 60 |
|
58#endif // __ARCH_ALPHA_PROCESS_HH__ | 61#endif // __ARCH_ALPHA_PROCESS_HH__ |