Changeset 74242 in vbox for trunk/src/VBox/VMM/dtrace
- Timestamp:
- Sep 13, 2018 2:13:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.