Changeset 51981 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 11, 2014 6:16:19 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94908
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r51560 r51981 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) HMAreMsrBitmapsAvailable(PVM pVM); 154 155 VMM_INT_DECL(PGMMODE) HMGetShwPagingMode(PVM pVM); 155 156 #else /* Nops in RC: */ 156 157 # define HMFlushTLB(pVCpu) do { } while (0) 157 158 # define HMIsNestedPagingActive(pVM) false 159 # define HMAreMsrBitmapsAvailable(pVM) false 158 160 # define HMFlushTLBOnAllVCpus(pVM) do { } while (0) 159 161 #endif
Note:
See TracChangeset
for help on using the changeset viewer.