Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
e
f
i
n
p
s
t
v
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
y
+
Typedefs
a
b
c
d
e
f
h
i
l
m
p
r
s
t
v
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
v
w
Typedefs
Enumerations
+
Enumerator
_
r
t
v
+
Macros
_
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
w
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
bfvmm
src
vmcs
src
vmcs_intel_x64_check_all.cpp
Go to the documentation of this file.
1
//
2
// Bareflank Hypervisor
3
//
4
// Copyright (C) 2015 Assured Information Security, Inc.
5
// Author: Rian Quinn <quinnr@ainfosec.com>
6
// Author: Brendan Kerrigan <kerriganb@ainfosec.com>
7
// Author: Connor Davis <davisc@ainfosec.com>
8
//
9
// This library is free software; you can redistribute it and/or
10
// modify it under the terms of the GNU Lesser General Public
11
// License as published by the Free Software Foundation; either
12
// version 2.1 of the License, or (at your option) any later version.
13
//
14
// This library is distributed in the hope that it will be useful,
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
// Lesser General Public License for more details.
18
//
19
// You should have received a copy of the GNU Lesser General Public
20
// License along with this library; if not, write to the Free Software
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
23
#include <
vmcs/vmcs_intel_x64_check.h
>
24
25
using namespace
intel_x64
;
26
27
void
28
vmcs::check::all
()
29
{
30
vmcs::check::control_vmx_controls_all
();
31
vmcs::check::host_state_all
();
32
vmcs::check::guest_state_all
();
33
}
intel_x64::vmcs::check::control_vmx_controls_all
void control_vmx_controls_all()
Definition:
vmcs_intel_x64_check_controls.cpp:38
intel_x64
Definition:
crs_intel_x64.h:42
intel_x64::vmcs::check::host_state_all
void host_state_all()
Definition:
vmcs_intel_x64_check_host.cpp:34
intel_x64::vmcs::check::guest_state_all
void guest_state_all()
Definition:
vmcs_intel_x64_check_guest.cpp:43
vmcs_intel_x64_check.h
intel_x64::vmcs::check::all
void all()
Definition:
vmcs_intel_x64_check_all.cpp:28
Generated on Fri Apr 28 2017 22:11:41 by
1.8.14