Searched defs:pVMCS (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_vmx.h1947 * @param pVMCS Physical address of VM control structure
1950 DECLASM(int) VMXClearVmcs(RTHCPHYS pVMCS); variable
1952 DECLINLINE(int) VMXClearVmcs(RTHCPHYS pVMCS) argument
1966 "ir"((uint32_t)pVMCS), /* don't allow direct memory reference here, */
1967 "ir"((uint32_t)(pVMCS >> 32)) /* this would not work with -fomit-frame-pointer */
1973 unsigned char rcMsc = __vmx_vmclear(&pVMCS);
1982 push dword ptr [pVMCS+4]
1983 push dword ptr [pVMCS]
2004 * @param pVMCS Physical address of VMCS structure
2007 DECLASM(int) VMXActivateVmcs(RTHCPHYS pVMCS); variable
2009 VMXActivateVmcs(RTHCPHYS pVMCS) argument
2061 DECLASM(int) VMXGetActivatedVmcs(RTHCPHYS *pVMCS); variable
[all...]

Completed in 60 milliseconds