Turnstone Operating System
Loading...
Searching...
No Matches
hypervisor_svm_vmcb_ops.h File Reference

defines hypervisor svm (amd) related vmcb operations More...

#include <types.h>
#include <utils.h>
#include <hypervisor/hypervisor_vm.h>

Classes

union  svm_vmcb_intercept_crx_t
 
union  svm_vmcb_intercept_drx_t
 
union  svm_vmcb_intercept_interrupt_t
 
union  svm_vmcb_intercept_control_1_t
 
union  svm_vmcb_intercept_control_2_t
 
union  svm_vmcb_intercept_control_3_t
 
struct  svm_vmcb_pause_control_t
 
union  svm_vmcb_guest_asid_t
 
union  svm_vmcb_vint_control_t
 
union  svm_vmcb_interrupt_shadow_t
 
union  svm_vmcb_nested_page_control_t
 
union  svm_vmcb_lbr_virtualization_t
 
union  svm_vmcb_clean_bits_t
 
struct  svm_vmcb_guest_fetched_instructions_t
 
union  svm_vmcb_avic_physical_table_t
 
union  svm_vmcb_bus_lock_threshold_t
 
union  svm_exit_int_info_t
 
union  svm_exit_ioio_t
 
struct  svm_vmcb_control_area_t
 
struct  svm_vmcb_segdesc_t
 
struct  svm_vmcb_save_state_area_t
 
struct  svm_vmcb_t
 

Macros

#define ___HYPERVISOR_SVM_VMCB_OPS_H   0
 

Typedefs

typedef union svm_vmcb_intercept_crx_t svm_vmcb_intercept_crx_t
 
typedef union svm_vmcb_intercept_drx_t svm_vmcb_intercept_drx_t
 
typedef union svm_vmcb_intercept_interrupt_t svm_vmcb_intercept_interrupt_t
 
typedef union svm_vmcb_intercept_control_1_t svm_vmcb_intercept_control_1_t
 
typedef union svm_vmcb_intercept_control_2_t svm_vmcb_intercept_control_2_t
 
typedef union svm_vmcb_intercept_control_3_t svm_vmcb_intercept_control_3_t
 
typedef struct svm_vmcb_pause_control_t svm_vmcb_pause_control_t
 
typedef union svm_vmcb_guest_asid_t svm_vmcb_guest_asid_t
 
typedef union svm_vmcb_vint_control_t svm_vmcb_vint_control_t
 
typedef union svm_vmcb_interrupt_shadow_t svm_vmcb_interrupt_shadow_t
 
typedef union svm_vmcb_nested_page_control_t svm_vmcb_nested_page_control_t
 
typedef union svm_vmcb_lbr_virtualization_t svm_vmcb_lbr_virtualization_t
 
typedef union svm_vmcb_clean_bits_t svm_vmcb_clean_bits_t
 
typedef struct svm_vmcb_guest_fetched_instructions_t svm_vmcb_guest_fetched_instructions_t
 
typedef union svm_vmcb_avic_physical_table_t svm_vmcb_avic_physical_table_t
 
typedef union svm_vmcb_bus_lock_threshold_t svm_vmcb_bus_lock_threshold_t
 
typedef enum svm_exit_int_info_type_t svm_exit_int_info_type_t
 
typedef union svm_exit_int_info_t svm_exit_int_info_t
 
typedef svm_exit_int_info_t svm_event_injection_t
 
typedef union svm_exit_ioio_t svm_exit_ioio_t
 
typedef struct svm_vmcb_control_area_t svm_vmcb_control_area_t
 
typedef struct svm_vmcb_segdesc_t svm_vmcb_segdesc_t
 
typedef struct svm_vmcb_save_state_area_t svm_vmcb_save_state_area_t
 
typedef struct svm_vmcb_t svm_vmcb_t
 

Enumerations

enum  svm_exit_int_info_type_t { SVM_EXIT_INFO_TYPE_INTR , SVM_EXIT_INFO_TYPE_NMI , SVM_EXIT_INFO_TYPE_FAULT_OR_TRAP , SVM_EXIT_INFO_TYPE_INTn }
 

Functions

int8_t hypervisor_svm_vmcb_prepare (hypervisor_vm_t **vm_out)
 
int8_t hypervisor_svm_vmcb_prepare_ept (hypervisor_vm_t *vm)
 
int8_t hypervisor_svm_vmcb_set_running (hypervisor_vm_t *vm)
 
int8_t hypervisor_svm_vmcb_set_stopped (hypervisor_vm_t *vm)
 
int8_t hypervisor_svm_vm_run (uint64_t hypervisor_vm_ptr)
 

Detailed Description

defines hypervisor svm (amd) related vmcb operations

This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.