Changeset 55062 in vbox for trunk/include
- Timestamp:
- Apr 1, 2015 12:45:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r55000 r55062 1219 1219 VMMR3DECL(uint32_t) CPUMR3RemEnter(PVMCPU pVCpu, uint32_t *puCpl); 1220 1220 VMMR3DECL(void) CPUMR3RemLeave(PVMCPU pVCpu, bool fNoOutOfSyncSels); 1221 VMMDECL(bool) CPUMSupports FXSR(PVM pVM);1221 VMMDECL(bool) CPUMSupportsXSave(PVM pVM); 1222 1222 VMMDECL(bool) CPUMIsHostUsingSysEnter(PVM pVM); 1223 1223 VMMDECL(bool) CPUMIsHostUsingSysCall(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.