Changeset 74242 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 13, 2018 2:13:41 PM (6 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r73606 r74242 862 862 -D RT_C_DECLS_BEGIN= \ 863 863 -D RT_C_DECLS_END= \ 864 -D RT_GCC_EXTENSION= \ 864 865 -D 'RCPTRTYPE(a_Type)=RTRCPTR' \ 865 866 -D 'R3PTRTYPE(a_Type)=RTR3PTR' \ -
trunk/src/VBox/VMM/dtrace/lib/vbox-types.d
r69453 r74242 23 23 #pragma D depends_on library vbox-arch-types.d 24 24 25 typedef uint64_t RTGCPHYS; 26 typedef uint64_t RTHCPHYS; 25 27 typedef uint16_t RTSEL; 26 28 typedef uint32_t RTRCPTR; … … 40 42 typedef struct UVM *PUVM; 41 43 typedef struct CPUMCTXCORE *PCPUMCTXCORE; 44 typedef struct SVMVMCB *PSVMVMCB; 45 typedef uint32_t VMXVDIAG; 46 typedef struct VMXVVMCS *PVMXVVMCS; 42 47 43 48 typedef struct VBOXGDTR
Note:
See TracChangeset
for help on using the changeset viewer.