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