VirtualBox

Changeset 41300 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 15, 2012 9:35:04 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77967
Message:

regenerated .mac files.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.mac

    r40069 r41300  
    120120%define VINF_BUFFER_UNDERFLOW    22401
    121121%define VERR_UNEVEN_INPUT    (-22402)
     122%define VERR_NOT_AVAILABLE    (-22403)
    122123%define VERR_FILE_IO_ERROR    (-100)
    123124%define VERR_OPEN_FAILED    (-101)
     
    447448%define VERR_DVM_MAP_NO_VOLUME    (-22201)
    448449%define VERR_LOG_REVISION_MISMATCH    (-22300)
    449 %define VERR_SYS_CANNOT_POWER_OFF    (-22400)
    450 %define VINF_SYS_MAY_POWER_OFF    (22401)
    451 %define VERR_SYS_SHUTDOWN_FAILED    (-22402)
    452 %define VERR_FILESYSTEM_CORRUPT    (-22500)
     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  
    11%ifndef ___iprt_x86_h
    22%define ___iprt_x86_h
     3%ifndef VBOX_FOR_DTRACE_LIB
     4%else
     5%endif
    36%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
    413%endif
    514%define X86_EFL_CF          RT_BIT(0)
     
    2433%define X86_EFL_GET_IOPL(efl)   (((efl) >> X86_EFL_IOPL_SHIFT) & 3)
    2534%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
    2641%define X86_CPUID_VENDOR_INTEL_EBX      0x756e6547
    2742%define X86_CPUID_VENDOR_INTEL_ECX      0x6c65746e
     
    270285%define MSR_IA32_MISC_ENABLE_XTPR_MSG_DISABLE  RT_BIT(23)
    271286%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
    272318%define MSR_IA32_MTRR_DEF_TYPE              0x2FF
    273319%define MSR_IA32_MC0_CTL                    0x400
     
    314360%define MSR_K7_PERFCTR2                     0xc0010006
    315361%define MSR_K7_PERFCTR3                     0xc0010007
    316 %define MSR_K8_HWCR                         0xc0010015
    317362%define MSR_K8_LSTAR                        0xc0000082
    318363%define MSR_K8_CSTAR                        0xc0000083
     
    484529%define X86_FCW_PM          RT_BIT(5)
    485530%define X86_FCW_MASK_ALL    0x007f
     531%define X86_FCW_XCPT_MASK    0x003f
    486532%define X86_FCW_PC_MASK     0x0300
    487533%define X86_FCW_PC_24       0x0000
     
    494540%define X86_FCW_RC_UP       0x0800
    495541%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
    496559%if HC_ARCH_BITS == 64
    497560%else
     
    556619%define X86_DESC_DB                         RT_BIT(22)
    557620%define X86_DESC_G                          RT_BIT(23)
     621%ifndef VBOX_FOR_DTRACE_LIB
     622%endif
     623%ifndef VBOX_FOR_DTRACE_LIB
     624%endif
    558625%define X86_SEL_SHIFT       3
    559626%define X86_SEL_MASK        0xfff8
     
    570637%define X86_TRAP_PF_RSVD            RT_BIT(3)
    571638%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
    572645%define X86_MODRM_RM_MASK       0x07
    573646%define X86_MODRM_REG_MASK      0x38
     
    577650%define X86_MODRM_MOD_SMASK     0x03
    578651%define X86_MODRM_MOD_SHIFT     6
     652%ifndef VBOX_FOR_DTRACE_LIB
     653%endif
    579654%define X86_SIB_BASE_MASK     0x07
    580655%define X86_SIB_INDEX_MASK    0x38
     
    584659%define X86_SIB_SCALE_SMASK   0x03
    585660%define X86_SIB_SCALE_SHIFT   6
     661%ifndef VBOX_FOR_DTRACE_LIB
     662%endif
    586663%define X86_GREG_xAX            0
    587664%define X86_GREG_xCX            1
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette