Searched refs:AlphaProcess (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/alpha/linux/
H A Dprocess.hh39 class AlphaLinuxProcess : public AlphaProcess
H A Dprocess.cc608 : AlphaProcess(params, objFile),
/gem5/src/arch/alpha/
H A Dprocess.hh38 class AlphaProcess : public Process class in inherits:Process
44 AlphaProcess(ProcessParams *params, ObjectFile *objFile);
H A Dprocess.cc51 AlphaProcess::AlphaProcess(ProcessParams *params, ObjectFile *objFile) function in class:AlphaProcess
78 AlphaProcess::argsInit(int intSize, int pageSize)
187 AlphaProcess::setupASNReg()
195 AlphaProcess::unserialize(CheckpointIn &cp)
205 AlphaProcess::initState()
225 AlphaProcess::getSyscallArg(ThreadContext *tc, int &i)
232 AlphaProcess::setSyscallArg(ThreadContext *tc, int i, RegVal val)
239 AlphaProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)

Completed in 8 milliseconds