L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
l4aux.h
Go to the documentation of this file.
1#pragma once
6/*
7 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
8 * Alexander Warg <warg@os.inf.tu-dresden.de>,
9 * Björn Döbel <doebel@os.inf.tu-dresden.de>
10 * economic rights: Technische Universität Dresden (Germany)
11 *
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14
15#include <l4/sys/types.h>
16
29{
30 L4RE_AUX_LDR_FLAG_EAGER_MAP = 0x1,
31 L4RE_AUX_LDR_FLAG_ALL_SEGS_COW = 0x2,
32 L4RE_AUX_LDR_FLAG_PINNED_SEGS = 0x4,
33};
34
48
l4re_aux_ldr_flags_t
Flags for program loading.
Definition l4aux.h:29
unsigned long l4_umword_t
Unsigned machine word.
Definition l4int.h:40
unsigned long l4_addr_t
Address type.
Definition l4int.h:34
unsigned long l4_cap_idx_t
Capability selector type.
Definition types.h:335
Common L4 ABI Data Types.
Auxiliary descriptor.
Definition l4aux.h:41
l4_addr_t ldr_base
Load offset of executable.
Definition l4aux.h:46
char const * binary
Binary name.
Definition l4aux.h:42
l4_cap_idx_t kip_ds
Data space of the KIP.
Definition l4aux.h:43
l4_umword_t ldr_flags
Flags for l4re, see l4re_aux_ldr_flags_t.
Definition l4aux.h:45
l4_umword_t dbg_lvl
Debug levels for l4re.
Definition l4aux.h:44