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

/vbox/include/VBox/vmm/
H A Dhm_vmx.h1853 * @param pVMXOn Physical address of VMXON structure
1856 DECLASM(int) VMXEnable(RTHCPHYS pVMXOn); variable
1858 DECLINLINE(int) VMXEnable(RTHCPHYS pVMXOn) argument
1876 "ir"((uint32_t)pVMXOn), /* don't allow direct memory reference here, */
1877 "ir"((uint32_t)(pVMXOn >> 32)) /* this would not work with -fomit-frame-pointer */
1883 unsigned char rcMsc = __vmx_on(&pVMXOn);
1892 push dword ptr [pVMXOn+4]
1893 push dword ptr [pVMXOn]

Completed in 59 milliseconds