L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
vcpu_context
Go to the documentation of this file.
1
// vi:set ft=cpp: -*- Mode: C++ -*-
7
#pragma once
8
9
#include <l4/sys/vcpu_context.h>
10
11
namespace
L4
{
12
13
class
Vcpu_context :
14
public
Kobject_t<Vcpu_context, Kobject, L4_PROTO_VCPU_CONTEXT>
15
{
16
public
:
17
Vcpu_context(Vcpu_context
const
&) =
delete
;
18
void
operator = (Vcpu_context
const
&) =
delete
;
19
20
protected
:
21
Vcpu_context();
22
};
23
24
};
L4
L4 low-level kernel interface.
Definition
l4sys-l4f-groups.dox:50
l4
sys
vcpu_context
Generated on Fri May 23 2025 13:40:52 for L4Re Operating System Framework by
1.9.8