Changeset 52419 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 19, 2014 4:12:46 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95596
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r51981 r52419 152 152 VMM_INT_DECL(int) HMInvalidatePhysPage(PVM pVM, RTGCPHYS GCPhys); 153 153 VMM_INT_DECL(bool) HMIsNestedPagingActive(PVM pVM); 154 VMM_INT_DECL(bool) HMIsLongModeAllowed(PVM pVM); 154 155 VMM_INT_DECL(bool) HMAreMsrBitmapsAvailable(PVM pVM); 155 156 VMM_INT_DECL(PGMMODE) HMGetShwPagingMode(PVM pVM); … … 157 158 # define HMFlushTLB(pVCpu) do { } while (0) 158 159 # define HMIsNestedPagingActive(pVM) false 160 # define HMIsLongModeAllowed(pVM) false 159 161 # define HMAreMsrBitmapsAvailable(pVM) false 160 162 # define HMFlushTLBOnAllVCpus(pVM) do { } while (0) … … 190 192 VMMR3DECL(bool) HMR3IsEnabled(PUVM pUVM); 191 193 VMMR3DECL(bool) HMR3IsNestedPagingActive(PUVM pUVM); 192 VMMR3DECL(bool) HMR3IsVpidActive(PUVM p VUM);193 VMMR3DECL(bool) HMR3IsUXActive(PUVM p VUM);194 VMMR3DECL(bool) HMR3IsVpidActive(PUVM pUVM); 195 VMMR3DECL(bool) HMR3IsUXActive(PUVM pUVM); 194 196 VMMR3DECL(bool) HMR3IsSvmEnabled(PUVM pUVM); 195 197 VMMR3DECL(bool) HMR3IsVmxEnabled(PUVM pUVM); -
trunk/include/VBox/vmm/vmapi.h
r48528 r52419 477 477 VMMR3_INT_DECL(void) VMR3AsyncPdmNotificationWakeupU(PUVM pUVM); 478 478 VMMR3_INT_DECL(RTCPUID) VMR3GetVMCPUId(PVM pVM); 479 VMMR3_INT_DECL(bool) VMR3IsLongModeAllowed(PVM pVM); 479 480 VMMR3DECL(RTTHREAD) VMR3GetVMCPUThread(PUVM pUVM); 480 481 VMMR3DECL(RTNATIVETHREAD) VMR3GetVMCPUNativeThread(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.