- Timestamp:
- Aug 8, 2013 10:24:29 AM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0A.asm
r47439 r47608 1 1 ; $Id$ 2 2 ;; @file 3 ; VMXM - R0 vmx helpers3 ; HM - Ring-0 VMX, SVM world-switch and helper routines 4 4 ; 5 5 -
trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac
r47607 r47608 1 1 ; $Id$ 2 2 ;; @file 3 ; HM R0Mixed.mac - Stuff that darwin needs to build two versions of.3 ; HM - Ring-0 Host 32/64, Guest 32/64 world-switch routines 4 4 ; 5 ; Included by HMR0A.asm with RT_ARCH_AMD64 defined or or undefined. 5 ; Darwin uses this to build two versions in the hybrid case. 6 ; Included by HMR0A.asm with RT_ARCH_AMD64 defined or undefined. 6 7 ; 7 8 … … 22 23 ;; 23 24 ; Keep these macro definitions in this file as it gets included and compiled 24 ; with RT_ARCH_AMD64 o r RT_ARCH_X86.25 ; with RT_ARCH_AMD64 once and RT_ARCH_X86 once. 25 26 %define VMX_SKIP_GDTR 26 27 %define VMX_SKIP_IDTR
Note:
See TracChangeset
for help on using the changeset viewer.