Functions | Variables
test_vmcs_intel_x64.cpp File Reference

Go to the source code of this file.

Functions

void setup_check_control_vmx_controls_all_paths (std::vector< struct control_flow_path > &cfg)
 
void setup_check_host_state_all_paths (std::vector< struct control_flow_path > &cfg)
 
void setup_check_guest_state_all_paths (std::vector< struct control_flow_path > &cfg)
 

Variables

bool g_vmread_fails
 
bool g_vmwrite_fails
 
bool g_vmclear_fails
 
bool g_vmload_fails
 
size_t g_new_throws_bad_alloc
 

Function Documentation

◆ setup_check_control_vmx_controls_all_paths()

void setup_check_control_vmx_controls_all_paths ( std::vector< struct control_flow_path > &  cfg)

Definition at line 97 of file test_vmcs_intel_x64_check_controls.cpp.

◆ setup_check_host_state_all_paths()

void setup_check_host_state_all_paths ( std::vector< struct control_flow_path > &  cfg)

Definition at line 106 of file test_vmcs_intel_x64_check_host.cpp.

◆ setup_check_guest_state_all_paths()

void setup_check_guest_state_all_paths ( std::vector< struct control_flow_path > &  cfg)

Definition at line 186 of file test_vmcs_intel_x64_check_guest.cpp.

Variable Documentation

◆ g_vmread_fails

bool g_vmread_fails

Definition at line 35 of file test_vmx_intel_x64.cpp.

◆ g_vmwrite_fails

bool g_vmwrite_fails

Definition at line 36 of file test_vmx_intel_x64.cpp.

◆ g_vmclear_fails

bool g_vmclear_fails

Definition at line 32 of file test_vmx_intel_x64.cpp.

◆ g_vmload_fails

bool g_vmload_fails

Definition at line 33 of file test_vmx_intel_x64.cpp.

◆ g_new_throws_bad_alloc

size_t g_new_throws_bad_alloc

Definition at line 39 of file new_delete.h.