X86_Vmcs_Read X86_Vmx_Mode_Change
Quick-Start Platform x86 Reference Manual  /  6 Haps  / 

X86_Vmcs_Write

Description
Triggered when IntelĀ® Virtual Machine Control Structure (IntelĀ® VMCS) is written by VMWRITE instruction. The hap is called before the write is performed. When the callback is called, the VMCS field has not yet been updated with the new value.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 field_index, 
         int64 value);

Index
field_index

Provided By
x86-intel64
X86_Vmcs_Read X86_Vmx_Mode_Change