|
L4Re Operating System Framework
Interface and Usage Documentation
|
State for page fault trampoline handler. More...
#include <pf_trampoline.h>
Data Fields | |
| l4_umword_t | handler_ip |
| instruction pointer of trampoline handler | |
| l4_umword_t | user_data [2] |
| for userland maintenance | |
| l4_umword_t | saved_mr0 |
| MR[0] at entry of page fault handler. | |
| l4_umword_t | flags |
| See L4_pf_trampoline_flags. | |
| l4_pf_trampoline_regs_tl4_pf_trampoline_regs_t | state |
| register state at entry of PF handler | |
State for page fault trampoline handler.
Definition at line 84 of file pf_trampoline.h.