Searched refs:HC_ARCH_BITS (Results 1 - 25 of 123) sorted by relevance

12345

/vbox/src/VBox/VMM/dtrace/lib/x86/
H A Dvbox-arch-types.d27 inline unsigned HC_ARCH_BITS = 32;
/vbox/src/VBox/VMM/dtrace/lib/amd64/
H A Dvbox-arch-types.d27 inline unsigned HC_ARCH_BITS = 64;
/vbox/include/VBox/
H A Dparam.h47 #if ( HC_ARCH_BITS == 64 /* ASM-NOINC */ \
72 #if HC_ARCH_BITS == 64
80 #if HC_ARCH_BITS == 64
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/
H A DVBoxPkg.h36 #if !defined(ARCH_BITS) || !defined(HC_ARCH_BITS)
/vbox/src/VBox/Devices/Bus/
H A DPCIInternal.h30 uint8_t padding[HC_ARCH_BITS == 32 ? 3 : 7];
109 #if HC_ARCH_BITS == 64
119 #if HC_ARCH_BITS == 64
/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0.cpp49 #if HC_ARCH_BITS == 64 && defined(RT_OS_DARWIN)
77 # if HC_ARCH_BITS == 32
87 # if HC_ARCH_BITS == 32
H A DHMVMXR0.h47 # if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
74 # elif HC_ARCH_BITS == 32
78 # else /* HC_ARCH_BITS == 64 */
H A DHMSVMR0.h53 #if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
57 #endif /* HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL) */
/vbox/include/VBox/vmm/
H A Duvm.h48 uint8_t abAlignment0[HC_ARCH_BITS == 32 ? 16 : 4];
98 #if HC_ARCH_BITS == 32
100 uint8_t abAlignment0[HC_ARCH_BITS == 32 ? 12 : 0];
H A Dpdmnetshaper.h58 bool afPadding[HC_ARCH_BITS == 32 ? 3 : 7];
/vbox/src/VBox/Devices/Storage/
H A DVBoxSCSI.h107 #if HC_ARCH_BITS == 64
119 #if HC_ARCH_BITS == 64
/vbox/include/iprt/
H A Dtypes.h76 # elif defined(RT_OS_FREEBSD) && HC_ARCH_BITS == 64 && defined(RT_ARCH_X86)
766 #if (HC_ARCH_BITS == 32 && GC_ARCH_BITS == 32)
768 #elif (HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64)
771 # error Unsupported HC_ARCH_BITS and/or GC_ARCH_BITS values.
778 #if (HC_ARCH_BITS == 32 && GC_ARCH_BITS == 32)
780 #elif (HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64)
783 # error Unsupported HC_ARCH_BITS and/or GC_ARCH_BITS values.
786 #if (HC_ARCH_BITS == 32 && GC_ARCH_BITS == 32)
788 #elif (HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64)
791 # error Unsupported HC_ARCH_BITS an
[all...]
H A Dlockvalidator.h60 #if HC_ARCH_BITS == 64
64 AssertCompileSize(RTLOCKVALSRCPOS, HC_ARCH_BITS == 32 ? 16 : 32);
76 #if HC_ARCH_BITS == 64
154 char szName[32 + (HC_ARCH_BITS == 32 ? 12 : 8)];
156 AssertCompileSize(RTLOCKVALRECEXCL, HC_ARCH_BITS == 32 ? 0x60 : 0x80);
178 #if HC_ARCH_BITS == 32
185 AssertCompileSize(RTLOCKVALRECSHRDOWN, HC_ARCH_BITS == 32 ? 24 + 16 : 32 + 32);
233 char szName[32 + (HC_ARCH_BITS == 32 ? 8 : 8)];
235 AssertCompileSize(RTLOCKVALRECSHRD, HC_ARCH_BITS == 32 ? 0x50 : 0x60);
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h116 #if defined(VBOX_WITH_HYBRID_32BIT_KERNEL) && (HC_ARCH_BITS != 32 || R0_ARCH_BITS != 32)
208 #if HC_ARCH_BITS == 64 || defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
231 #if HC_ARCH_BITS == 32
262 #if HC_ARCH_BITS == 32 && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
307 #elif HC_ARCH_BITS == 64 || defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
357 # error HC_ARCH_BITS not defined
491 uint8_t abPadding3[(HC_ARCH_BITS == 64 ? 8 : 4) + 4 + 1];
500 uint8_t abPadding2[64 - 16 - (HC_ARCH_BITS == 64 ? 8 : 4) - 4 - 1 - 2];
H A DVMMInternal.h110 #if HC_ARCH_BITS == 64
128 #if HC_ARCH_BITS == 32
137 #if HC_ARCH_BITS == 64
312 #if HC_ARCH_BITS == 32
425 #if HC_ARCH_BITS == 32
437 bool afPadding[HC_ARCH_BITS == 32 ? 3 : 7];
H A DIOMInternal.h142 #if HC_ARCH_BITS == 64 && !defined(RT_OS_WINDOWS)
174 #if HC_ARCH_BITS == 64 && !defined(RT_OS_WINDOWS)
222 #if HC_ARCH_BITS == 64
242 #if HC_ARCH_BITS != 64 || !defined(RT_OS_WINDOWS)
326 #if HC_ARCH_BITS == 64
H A DMMInternal.h210 #if HC_ARCH_BITS == 32
385 #if HC_ARCH_BITS == 32
551 # if HC_ARCH_BITS == 32
710 #if GC_ARCH_BITS == 64 || HC_ARCH_BITS == 64
733 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 64
H A DCSAMInternal.h144 #if HC_ARCH_BITS == 64
188 bool Alignment1[HC_ARCH_BITS == 32 ? 6 : 2]; /**< Align the stats on an 8-byte boundary. */
H A DREMInternal.h163 #if HC_ARCH_BITS == 32
215 uint32_t abPadding[HC_ARCH_BITS == 32 ? 4 : 4];
/vbox/src/VBox/Runtime/common/misc/
H A Dsanity.h47 #if (defined(IN_RING0) || defined(IN_RING3)) && HC_ARCH_BITS != ARCH_BITS
48 # error "(defined(IN_RING0) || defined(IN_RING3)) && HC_ARCH_BITS != ARCH_BITS"
58 #if HC_ARCH_BITS == 64
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h36 #if !defined(ARCH_BITS) || !defined(HC_ARCH_BITS)
/vbox/src/VBox/Devices/Network/
H A DDevEEPROM.h114 #if HC_ARCH_BITS == 64
H A Dlwipopts.h21 #if HC_ARCH_BITS == 64
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h38 #if HC_ARCH_BITS == 64
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h228 bool afAlignment4[HC_ARCH_BITS == 32 ? 3 : 7];
322 bool afPadding9[HC_ARCH_BITS == 32 ? 1 : 5];

Completed in 1717 milliseconds

12345