L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
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
52 public Kobject_0t<Io_pager, L4_PROTO_IO_PAGE_FAULT>
53{
54public:
74
76};
77
89 public Kobject_t<Pager, Io_pager, L4_PROTO_PAGE_FAULT>
90{
91public:
128
130};
131
132}
L4::Cap related definitions.
Io_pager interface.
Definition pager:53
l4_msgtag_t io_page_fault(l4_fpage_t io_pfa, l4_umword_t pc, L4::Ipc::Rcv_fpage rwin, L4::Ipc::Opt< L4::Ipc::Snd_fpage & > fp)
IO page fault protocol message.
Non-small receive item.
Definition ipc_types:532
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:90
l4_msgtag_t page_fault(l4_umword_t pfa, l4_umword_t pc, L4::Ipc::Rcv_fpage rwin, L4::Ipc::Opt< L4::Ipc::Snd_fpage & > fp)
Page-fault protocol message.
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:220
Interface Definition Language.
#define L4_INLINE_RPC(res, name, args, attr...)
Define an inline RPC call (type and callable).
Definition ipc_iface:483
Common L4 ABI Data Types.
L4 low-level kernel interface.
Attribute for defining an optional RPC argument.
Definition ipc_types:81
List of RPCs of an interface using a single operation without an opcode.
Definition __typeinfo.h:454
Message tag data structure.
Definition types.h:269
L4 flexpage type.
Definition __l4_fpage.h:76