77#include <l4/sys/arch/pf_trampoline.h>
L4 compiler related defines.
unsigned long l4_umword_t
Unsigned machine word.
struct l4_pf_trampoline_regs_t l4_pf_trampoline_regs_t
Opaque type for the page fault trampoline register state.
L4_pf_trampoline_flags
Definitions for l4_pf_trampoline_t::flags.
@ Trigger_exception_after_resume
Trigger an exception at the corresponding thread when the thread resumes execution after returning fr...
@ Page_fault_in_progress
The corresponding thread is currently handling a page fault using the trampoline handler.
Fixed sized integer types, generic version.
Common L4 ABI Data Types.
Register state for page fault trampoline handlers.
State for page fault trampoline handler.
l4_umword_t user_data[2]
for userland maintenance
l4_umword_t handler_ip
instruction pointer of trampoline handler
l4_umword_t flags
See L4_pf_trampoline_flags.
l4_umword_t saved_mr0
MR[0] at entry of page fault handler.
l4_pf_trampoline_regs_t state
register state at entry of PF handler