Changeset 41300 in vbox for trunk/include/iprt
- Timestamp:
- May 15, 2012 9:35:04 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77967
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.mac
r40069 r41300 120 120 %define VINF_BUFFER_UNDERFLOW 22401 121 121 %define VERR_UNEVEN_INPUT (-22402) 122 %define VERR_NOT_AVAILABLE (-22403) 122 123 %define VERR_FILE_IO_ERROR (-100) 123 124 %define VERR_OPEN_FAILED (-101) … … 447 448 %define VERR_DVM_MAP_NO_VOLUME (-22201) 448 449 %define VERR_LOG_REVISION_MISMATCH (-22300) 449 %define VERR_SYS_CANNOT_POWER_OFF (-22 400)450 %define VINF_SYS_MAY_POWER_OFF (22 401)451 %define VERR_SYS_SHUTDOWN_FAILED (-22 402)452 %define VERR_FILESYSTEM_CORRUPT (-22 500)450 %define VERR_SYS_CANNOT_POWER_OFF (-22500) 451 %define VINF_SYS_MAY_POWER_OFF (22501) 452 %define VERR_SYS_SHUTDOWN_FAILED (-22502) 453 %define VERR_FILESYSTEM_CORRUPT (-22600) -
trunk/include/iprt/x86.mac
r40161 r41300 1 1 %ifndef ___iprt_x86_h 2 2 %define ___iprt_x86_h 3 %ifndef VBOX_FOR_DTRACE_LIB 4 %else 5 %endif 3 6 %ifdef RT_OS_SOLARIS 7 %endif 8 %ifndef VBOX_FOR_DTRACE_LIB 9 %endif 10 %ifndef VBOX_FOR_DTRACE_LIB 11 %endif 12 %ifndef VBOX_FOR_DTRACE_LIB 4 13 %endif 5 14 %define X86_EFL_CF RT_BIT(0) … … 24 33 %define X86_EFL_GET_IOPL(efl) (((efl) >> X86_EFL_IOPL_SHIFT) & 3) 25 34 %define X86_EFL_POPF_BITS (X86_EFL_CF | X86_EFL_PF | X86_EFL_AF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_TF | X86_EFL_IF | X86_EFL_DF | X86_EFL_OF | X86_EFL_IOPL | X86_EFL_NT | X86_EFL_AC | X86_EFL_ID) 35 %ifndef VBOX_FOR_DTRACE_LIB 36 %else 37 %endif 38 %ifndef VBOX_FOR_DTRACE_LIB 39 %else 40 %endif 26 41 %define X86_CPUID_VENDOR_INTEL_EBX 0x756e6547 27 42 %define X86_CPUID_VENDOR_INTEL_ECX 0x6c65746e … … 270 285 %define MSR_IA32_MISC_ENABLE_XTPR_MSG_DISABLE RT_BIT(23) 271 286 %define MSR_IA32_MISC_ENABLE_XD_DISABLE RT_BIT(34) 287 %define IA32_MTRR_PHYSBASE0 0x200 288 %define IA32_MTRR_PHYSMASK0 0x201 289 %define IA32_MTRR_PHYSBASE1 0x202 290 %define IA32_MTRR_PHYSMASK1 0x203 291 %define IA32_MTRR_PHYSBASE2 0x204 292 %define IA32_MTRR_PHYSMASK2 0x205 293 %define IA32_MTRR_PHYSBASE3 0x206 294 %define IA32_MTRR_PHYSMASK3 0x207 295 %define IA32_MTRR_PHYSBASE4 0x208 296 %define IA32_MTRR_PHYSMASK4 0x209 297 %define IA32_MTRR_PHYSBASE5 0x20a 298 %define IA32_MTRR_PHYSMASK5 0x20b 299 %define IA32_MTRR_PHYSBASE6 0x20c 300 %define IA32_MTRR_PHYSMASK6 0x20d 301 %define IA32_MTRR_PHYSBASE7 0x20e 302 %define IA32_MTRR_PHYSMASK7 0x20f 303 %define IA32_MTRR_PHYSBASE8 0x210 304 %define IA32_MTRR_PHYSMASK8 0x211 305 %define IA32_MTRR_PHYSBASE9 0x212 306 %define IA32_MTRR_PHYSMASK9 0x213 307 %define IA32_MTRR_FIX64K_00000 0x250 308 %define IA32_MTRR_FIX16K_80000 0x258 309 %define IA32_MTRR_FIX16K_A0000 0x259 310 %define IA32_MTRR_FIX4K_C0000 0x268 311 %define IA32_MTRR_FIX4K_C8000 0x269 312 %define IA32_MTRR_FIX4K_D0000 0x26a 313 %define IA32_MTRR_FIX4K_D8000 0x26b 314 %define IA32_MTRR_FIX4K_E0000 0x26c 315 %define IA32_MTRR_FIX4K_E8000 0x26d 316 %define IA32_MTRR_FIX4K_F0000 0x26e 317 %define IA32_MTRR_FIX4K_F8000 0x26f 272 318 %define MSR_IA32_MTRR_DEF_TYPE 0x2FF 273 319 %define MSR_IA32_MC0_CTL 0x400 … … 314 360 %define MSR_K7_PERFCTR2 0xc0010006 315 361 %define MSR_K7_PERFCTR3 0xc0010007 316 %define MSR_K8_HWCR 0xc0010015317 362 %define MSR_K8_LSTAR 0xc0000082 318 363 %define MSR_K8_CSTAR 0xc0000083 … … 484 529 %define X86_FCW_PM RT_BIT(5) 485 530 %define X86_FCW_MASK_ALL 0x007f 531 %define X86_FCW_XCPT_MASK 0x003f 486 532 %define X86_FCW_PC_MASK 0x0300 487 533 %define X86_FCW_PC_24 0x0000 … … 494 540 %define X86_FCW_RC_UP 0x0800 495 541 %define X86_FCW_RC_ZERO 0x0c00 542 %define X86_FCW_ZERO_MASK 0xf080 543 %ifndef VBOX_FOR_DTRACE_LIB 544 %endif 545 %ifndef VBOX_FOR_DTRACE_LIB 546 %endif 547 %ifndef VBOX_FOR_DTRACE_LIB 548 %endif 549 %ifndef VBOX_FOR_DTRACE_LIB 550 %endif 551 %ifndef VBOX_FOR_DTRACE_LIB 552 %endif 553 %ifndef VBOX_FOR_DTRACE_LIB 554 %endif 555 %ifndef VBOX_FOR_DTRACE_LIB 556 %endif 557 %ifndef VBOX_FOR_DTRACE_LIB 558 %endif 496 559 %if HC_ARCH_BITS == 64 497 560 %else … … 556 619 %define X86_DESC_DB RT_BIT(22) 557 620 %define X86_DESC_G RT_BIT(23) 621 %ifndef VBOX_FOR_DTRACE_LIB 622 %endif 623 %ifndef VBOX_FOR_DTRACE_LIB 624 %endif 558 625 %define X86_SEL_SHIFT 3 559 626 %define X86_SEL_MASK 0xfff8 … … 570 637 %define X86_TRAP_PF_RSVD RT_BIT(3) 571 638 %define X86_TRAP_PF_ID RT_BIT(4) 639 %ifndef VBOX_FOR_DTRACE_LIB 640 %else 641 %endif 642 %ifndef VBOX_FOR_DTRACE_LIB 643 %else 644 %endif 572 645 %define X86_MODRM_RM_MASK 0x07 573 646 %define X86_MODRM_REG_MASK 0x38 … … 577 650 %define X86_MODRM_MOD_SMASK 0x03 578 651 %define X86_MODRM_MOD_SHIFT 6 652 %ifndef VBOX_FOR_DTRACE_LIB 653 %endif 579 654 %define X86_SIB_BASE_MASK 0x07 580 655 %define X86_SIB_INDEX_MASK 0x38 … … 584 659 %define X86_SIB_SCALE_SMASK 0x03 585 660 %define X86_SIB_SCALE_SHIFT 6 661 %ifndef VBOX_FOR_DTRACE_LIB 662 %endif 586 663 %define X86_GREG_xAX 0 587 664 %define X86_GREG_xCX 1
Note:
See TracChangeset
for help on using the changeset viewer.