#include <entry_frame.h>
Inheritance diagram for Sys_task_new_frame:
Public Member Functions | |
Mword | mcp () const |
get the mcp of the new task (if created active) | |
L4_uid | new_chief () const |
get the new chief of the task (if created inactive) | |
Mword | sp () const |
get the stack pointer of the thread 0 (active) | |
Mword | ip () const |
get the instruction pointer of thread 0 (active) | |
Mword | has_pager () const |
is a pager specified (if not then create inactive task) | |
L4_uid | pager () const |
get the pager id (active) | |
L4_uid | dst () const |
get the task id of the new task | |
void | new_taskid (L4_uid id) |
set the new tasks id | |
Mword | alien () const |
|
|
|
get the task id of the new task
|
|
is a pager specified (if not then create inactive task)
|
|
get the instruction pointer of thread 0 (active)
|
|
get the mcp of the new task (if created active)
|
|
get the new chief of the task (if created inactive)
|
|
set the new tasks id
|
|
get the pager id (active)
|
|
get the stack pointer of the thread 0 (active)
|