L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pager
Go to the documentation of this file.
1// vi:set ft=cpp: -*- Mode: C++ -*-
6/*
7 * (c) 2014 Alexander Warg <alexander.warg@kernkonzept.com>
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11
12#pragma once
13
14#include <l4/sys/capability>
15#include <l4/sys/types.h>
16#include <l4/sys/cxx/ipc_types>
17#include <l4/sys/cxx/ipc_iface>
18
19namespace L4 {
20
51 public Kobject_0t<Io_pager, L4_PROTO_IO_PAGE_FAULT>
52{
53public:
70 l4_msgtag_t, io_page_fault, (l4_fpage_t io_pfa, l4_umword_t pc,
73
75};
76
88 public Kobject_t<Pager, Io_pager, L4_PROTO_PAGE_FAULT>
89{
90public:
124 l4_msgtag_t, page_fault, (l4_umword_t pfa, l4_umword_t pc,
127
129};
130
131}
L4::Cap related definitions.
Io_pager interface.
Definition pager:52
Non-small receive item.
Definition ipc_types:545
Helper class to create an L4Re interface class that is derived from a single base class.
Definition __typeinfo.h:750
Pager interface including the Io_pager interface.
Definition pager:89
unsigned long l4_umword_t
Unsigned machine word.
Definition l4int.h:40
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:210
Interface Definition Language.
#define L4_INLINE_RPC(res, name, args, attr...)
Define an inline RPC call (type and callable).
Definition ipc_iface:476
Common L4 ABI Data Types.
L4 low-level kernel interface.
Attribute for defining an optional RPC argument.
Definition ipc_types:137
List of RPCs of an interface using a single operation without an opcode.
Definition __typeinfo.h:454
Message tag data structure.
Definition types.h:153
L4 flexpage type.
Definition __l4_fpage.h:76