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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp4478 * @param idxAccess Index of the access rights of the segment in the VMCS.
4484 uint32_t idxAccess, PCPUMSELREG pSelReg)
4517 rc = VMXWriteVmcs32(idxAccess, u32Access); /* 32-bit guest segment access-rights field. */
6463 * @param idxAccess Index of the access rights of the segment in the VMCS.
6471 DECLINLINE(int) hmR0VmxReadSegmentReg(PVMCPU pVCpu, uint32_t idxSel, uint32_t idxLimit, uint32_t idxBase, uint32_t idxAccess, argument
6492 rc = VMXReadVmcs32(idxAccess, &u32Val);
4483 hmR0VmxWriteSegmentReg(PVMCPU pVCpu, uint32_t idxSel, uint32_t idxLimit, uint32_t idxBase, uint32_t idxAccess, PCPUMSELREG pSelReg) argument

Completed in 84 milliseconds