Searched refs:PowerLinuxProcess (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/power/linux/
H A Dprocess.hh39 class PowerLinuxProcess : public PowerProcess class in inherits:PowerProcess
42 PowerLinuxProcess(ProcessParams * params, ObjectFile *objFile);
H A Dprocess.cc73 return new PowerLinuxProcess(params, obj_file);
99 SyscallDesc PowerLinuxProcess::syscallDescs[] = {
449 PowerLinuxProcess::PowerLinuxProcess(ProcessParams * params, function in class:PowerLinuxProcess
457 PowerLinuxProcess::getDesc(int callnum)
466 PowerLinuxProcess::initState()
472 PowerLinuxProcess::getSyscallArg(ThreadContext *tc, int &i)
481 PowerLinuxProcess::setSyscallArg(ThreadContext *tc, int i, RegVal val)

Completed in 5 milliseconds