Changeset 46421 in vbox for trunk/include/iprt
- Timestamp:
- Jun 6, 2013 5:46:13 PM (11 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.mac
r45701 r46421 124 124 %define VERR_NOT_AVAILABLE (-22403) 125 125 %define VERR_PROC_DETACH_NOT_SUPPORTED (-22404) 126 %define VERR_ACCOUNT_RESTRICTED (-22405) 127 %define VINF_ACCOUNT_RESTRICTED 22405 126 128 %define VERR_FILE_IO_ERROR (-100) 127 129 %define VERR_OPEN_FAILED (-101) … … 376 378 %define VERR_DWARF_UNKNOWN_FORM (-677) 377 379 %define VERR_DWARF_UNEXPECTED_FORM (-678) 380 %define VERR_DWARF_TODO (-679) 381 %define VERR_DWARF_UNKNOWN_LOC_OPCODE (-680) 382 %define VERR_DWARF_STACK_OVERFLOW (-681) 383 %define VERR_DWARF_STACK_UNDERFLOW (-682) 384 %define VERR_DWARF_IPE (-683) 385 %define VERR_DBG_CFG_INVALID_VALUE (-684) 386 %define VERR_DBG_CFG_NOT_UINT_PROP (-685) 387 %define VERR_DBG_DEFERRED_LOAD_FAILED (-686) 388 %define VERR_DBG_TODO (-687) 389 %define VERR_DBG_FILE_MISMATCH (-688) 390 %define VERR_DBG_MOD_IPE (-689) 391 %define VINF_DBG_ADJUSTED_SYM_SIZE 690 392 %define VERR_CV_BAD_FORMAT (-691) 393 %define VERR_CV_TODO (-692) 394 %define VERR_CV_IPE (-693) 378 395 %define VERR_RT_REQUEST_INVALID_TYPE (-700) 379 396 %define VERR_RT_REQUEST_STATE (-701) -
trunk/include/iprt/x86.mac
r45701 r46421 333 333 %define MSR_IA32_VMX_CR4_FIXED1 0x489 334 334 %define MSR_IA32_VMX_VMCS_ENUM 0x48A 335 %define MSR_IA32_VMX_VMFUNC 0x491 335 336 %define MSR_IA32_VMX_PROCBASED_CTLS2 0x48B 336 337 %define MSR_IA32_VMX_EPT_VPID_CAP 0x48C
Note:
See TracChangeset
for help on using the changeset viewer.