Changeset 97218 in vbox for trunk/include
- Timestamp:
- Oct 18, 2022 10:49:14 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154194
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/selm.h
r97203 r97218 77 77 78 78 VMMDECL(int) SELMToFlatEx(PVMCPU pVCpu, unsigned idxSeg, PCPUMCTX pCtx, RTGCPTR Addr, uint32_t fFlags, PRTGCPTR ppvGC); 79 VMMDECL(int) SELMValidateAndConvertCSAddr(PVMCPU pVCpu, X86EFLAGS eflags, RTSEL SelCPL, RTSEL SelCS,79 VMMDECL(int) SELMValidateAndConvertCSAddr(PVMCPU pVCpu, uint32_t fEFlags, RTSEL SelCPL, RTSEL SelCS, 80 80 PCPUMSELREG pSRegCS, RTGCPTR Addr, PRTGCPTR ppvFlat); 81 81 #ifdef VBOX_WITH_RAW_MODE
Note:
See TracChangeset
for help on using the changeset viewer.