#include <entry_frame.h>
Inheritance diagram for Sys_ex_regs_frame:
Public Member Functions | |
Mword | sp () const |
get the stack pointer parameter | |
Mword | ip () const |
get the instruction pointer parameter | |
L4_uid | pager () const |
get the pager id | |
void | old_eflags (Mword oefl) |
set the old eflags (x86) | |
void | old_sp (Mword osp) |
set the old stack pointer | |
void | old_ip (Mword oip) |
set the old instruction pointer | |
void | old_pager (L4_uid id) |
set the old pager id | |
LThread_num | lthread () const |
get the lthread parameter of the syscall | |
Task_num | task () const |
get the task parameter of the syscall | |
Mword | no_cancel () const |
get no_cancel bit change bits | |
L4_uid | preempter () const |
get the preempter id | |
void | old_preempter (L4_uid id) |
set the old preempter id | |
Mword | alien () const |
|
|
|
get the instruction pointer parameter
|
|
get the lthread parameter of the syscall
|
|
get no_cancel bit change bits
|
|
set the old eflags (x86)
|
|
set the old instruction pointer
|
|
set the old pager id
|
|
set the old preempter id
|
|
set the old stack pointer
|
|
get the pager id
|
|
get the preempter id
|
|
get the stack pointer parameter
|
|
get the task parameter of the syscall
|