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

/gem5/src/arch/power/
H A Dprocess.hh44 class PowerProcess : public Process class in inherits:Process
47 PowerProcess(ProcessParams * params, ObjectFile *objFile);
H A Dprocess.cc52 PowerProcess::PowerProcess(ProcessParams *params, ObjectFile *objFile) function in class:PowerProcess
78 PowerProcess::initState()
86 PowerProcess::argsInit(int intSize, int pageSize)
277 PowerProcess::getSyscallArg(ThreadContext *tc, int &i)
284 PowerProcess::setSyscallArg(ThreadContext *tc, int i, RegVal val)
291 PowerProcess::setSyscallReturn(ThreadContext *tc, SyscallReturn sysret)
/gem5/src/arch/power/linux/
H A Dprocess.hh39 class PowerLinuxProcess : public PowerProcess
H A Dprocess.cc451 : PowerProcess(params, objFile),
468 PowerProcess::initState();

Completed in 7 milliseconds