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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.h66 /* Don't use fAllow64BitGuests for VMXReadVmcsGstN() even though it looks right, as it can be forced to 'true'.
72 # define VMXReadVmcsGstN VMXReadVmcsHstN macro
73 # define VMXReadVmcsGstNByIdxVal VMXReadVmcsGstN
76 # define VMXReadVmcsGstN(idxField, pVal) VMXReadCachedVmcsEx(pVCpu, idxField##_CACHE_IDX, pVal) macro
80 # define VMXReadVmcsGstN VMXReadVmcs64 macro

Completed in 41 milliseconds