Searched refs:task (Results 1 - 17 of 17) sorted by relevance

/gem5/src/arch/mips/linux/
H A Dthread_info.hh40 Addr_a task; member in struct:Linux::thread_info
/gem5/src/arch/arm/
H A Dstacktrace.cc70 ProcessInfo::task(Addr ksp) const function in class:ArmISA::ProcessInfo
87 Addr task = this->task(ksp); local
88 if (!task)
94 pd = vp.read<uint16_t>(task + pid_off, GuestByteOrder);
102 Addr task = this->task(ksp); local
103 if (!task)
107 tc->getVirtProxy().readString(comm, task + name_off, sizeof(comm));
H A Dstacktrace.hh58 Addr task(Addr ksp) const;
/gem5/src/arch/mips/
H A Dstacktrace.cc50 ProcessInfo::task(Addr ksp) const function in class:ProcessInfo
67 Addr task = this->task(ksp); local
68 if (!task)
74 pd = vp.read<uint16_t>(task + pid_off, GuestByteOrder);
82 Addr task = this->task(ksp); local
83 if (!task)
87 tc->getVirtProxy().readString(comm, task + name_off, sizeof(comm));
H A Dstacktrace.hh55 Addr task(Addr ksp) const;
/gem5/src/arch/x86/
H A Dstacktrace.cc70 ProcessInfo::task(Addr ksp) const function in class:X86ISA::ProcessInfo
87 Addr task = this->task(ksp); local
88 if (!task)
94 pd = vp.read<uint16_t>(task + pid_off, GuestByteOrder);
102 Addr task = this->task(ksp); local
103 if (!task)
107 tc->getVirtProxy().readString(comm, task + name_off, sizeof(comm));
H A Dstacktrace.hh57 Addr task(Addr ksp) const;
/gem5/src/arch/alpha/
H A Dstacktrace.cc77 ProcessInfo::task(Addr ksp) const function in class:AlphaISA::ProcessInfo
94 Addr task = this->task(ksp); local
95 if (!task)
101 pd = vp.read<uint16_t>(task + pid_off, GuestByteOrder);
109 Addr task = this->task(ksp); local
110 if (!task)
114 tc->getVirtProxy().readString(comm, task + name_off, sizeof(comm));
H A Dstacktrace.hh58 Addr task(Addr ksp) const;
/gem5/src/base/
H A Dcoroutine.hh81 * to the coroutine task. This is the way it is possible
169 * @param f task run by the coroutine
174 : Fiber(), task(f), caller(*this)
248 * running engine and it is a simple wrapper for the task
251 void main() override { this->task(caller); }
264 /** Coroutine task */
265 std::function<void(CallerType&)> task; member in class:m5::Coroutine
H A Dhostinfo.cc36 #include <mach/task.h>
103 // For the Mach-based Darwin kernel, use the task_info of the self task
/gem5/src/arch/riscv/
H A Dstacktrace.cc46 ProcessInfo::task(Addr ksp) const function in class:RiscvISA::ProcessInfo
48 panic("ProcessInfo::task not implemented.\n");
H A Dstacktrace.hh53 Addr task(Addr ksp) const;
/gem5/src/arch/power/
H A Dstacktrace.cc47 ProcessInfo::task(Addr ksp) const function in class:PowerISA::ProcessInfo
49 panic("ProcessInfo::task not implemented.\n");
H A Dstacktrace.hh53 Addr task(Addr ksp) const;
/gem5/util/streamline/
H A Dm5stats2streamline.py187 self.tick = tick # time this task first appeared
190 def __init__(self, tick, task):
192 self.task = task
589 print "ERROR opening task file:", task_file
590 print "Make sure context switch task dumping is enabled in gem5."
620 # new task is parent as well
624 # new process is the "idle" task
666 task = thread_dict[pid]
667 event = Event(tick, task)
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc51 # include <mach/task.h>
118 const task_t task = mach_task_self(); local
121 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
125 vm_deallocate(task,

Completed in 23 milliseconds