L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
pf_trampoline.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2026 Kernkonzept GmbH.
3 * Author(s): Frank Mehnert <frank.mehnert@kernkonzept.com>
4 *
5 * License: see LICENSE.spdx (in this directory or the directories above)
6 */
7
12
13#pragma once
14
19
25{
26 l4_umword_t reserved1[34]; // eret_work, GP registers, err
28 l4_umword_t reserved2[1]; // sp
30 l4_umword_t reserved3[1]; // pstate
31};
unsigned long l4_umword_t
Unsigned machine word.
Definition l4int.h:40
Register state for page fault trampoline handlers.
l4_umword_t pfa
page fault address
l4_umword_t ip
instruction pointer of faulting instruction