Searched refs:UINT32 (Results 1 - 25 of 1473) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Register/
H A DLocalApic.h65 UINT32 Reserved0:8; ///< Reserved.
66 UINT32 Bsp:1; ///< Processor is BSP.
67 UINT32 Reserved1:1; ///< Reserved.
68 UINT32 Extd:1; ///< Enable x2APIC mode.
69 UINT32 En:1; ///< xAPIC global enable/disable.
70 UINT32 ApicBaseLow:20; ///< APIC Base physical address. The actual field width depends on physical address width.
71 UINT32 ApicBaseHigh:32;
81 UINT32 Version:8; ///< The version numbers of the local APIC.
82 UINT32 Reserved0:8; ///< Reserved.
83 UINT32 MaxLvtEntr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchRegisters.h29 UINT32 Eip;
32 UINT32 DataOffset;
35 UINT32 Mxcsr;
36 UINT32 Mxcsr_Mask;
69 UINT32 Dr0;
70 UINT32 Dr1;
71 UINT32 Dr2;
72 UINT32 Dr3;
73 UINT32 Dr6;
74 UINT32 Dr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DIoApic.h46 UINT32 Reserved0:24;
47 UINT32 Identification:4;
48 UINT32 Reserved1:4;
50 UINT32 Uint32;
55 UINT32 Version:8;
56 UINT32 Reserved0:8;
57 UINT32 MaximumRedirectionEntry:8;
58 UINT32 Reserved1:8;
60 UINT32 Uint32;
65 UINT32 Vecto
[all...]
H A DHpet.h46 UINT32 Revision:8;
47 UINT32 NumberOfTimers:5;
48 UINT32 CounterSize:1;
49 UINT32 Reserved0:1;
50 UINT32 LegacyRoute:1;
51 UINT32 VendorId:16;
52 UINT32 CounterClockPeriod:32;
62 UINT32 MainCounterEnable:1;
63 UINT32 LegacyRouteEnable:1;
64 UINT32 Reserved
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h91 UINT32 RouteString:20;
95 UINT32 RootPortNum:8;
99 UINT32 TierNum:4;
106 UINT32 Dword;
132 UINT32 Parameter1;
134 UINT32 Parameter2;
136 UINT32 Status;
138 UINT32 CycleBit:1;
139 UINT32 RsvdZ1:9;
140 UINT32 Typ
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmCpuSaveState.h50 UINT32 SMBASE; // fef8h
51 UINT32 SMMRevId; // fefch
54 UINT32 IEDBASE; // ff04h
56 UINT32 IOMemAddr; // ffa0h
57 UINT32 IOMisc; // ffa4h
58 UINT32 _ES;
59 UINT32 _CS;
60 UINT32 _SS;
61 UINT32 _DS;
62 UINT32 _F
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/IndustryStandard/
H A DVBoxFatImage.h33 UINT32 Signature;
34 UINT32 NFatArch;
40 UINT32 CpuType;
41 UINT32 CpuSubType;
42 UINT32 Offset;
43 UINT32 Size;
44 UINT32 Align;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DBmp.h30 UINT32 Size;
32 UINT32 ImageOffset;
33 UINT32 HeaderSize;
34 UINT32 PixelWidth;
35 UINT32 PixelHeight;
38 UINT32 CompressionType;
39 UINT32 ImageSize; ///< Compressed image size in bytes
40 UINT32 XPixelsPerMeter;
41 UINT32 YPixelsPerMeter;
42 UINT32 NumberOfColor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DGetPowerOfTwo32.c33 UINT32
36 IN UINT32 Operand
H A DSwapBytes32.c32 UINT32
35 IN UINT32 Value
38 UINT32 LowerBytes;
39 UINT32 HigherBytes;
41 LowerBytes = (UINT32) SwapBytes16 ((UINT16) Value);
42 HigherBytes = (UINT32) SwapBytes16 ((UINT16) (Value >> 16));
H A DHighBitSet64.c40 if (Operand == (UINT32)Operand) {
44 return HighBitSet32 ((UINT32)Operand);
50 if (sizeof (UINTN) == sizeof (UINT32)) {
51 return HighBitSet32 (((UINT32*)&Operand)[1]) + 32;
53 return HighBitSet32 ((UINT32)RShiftU64 (Operand, 32)) + 32;
H A DModU64x32.c36 UINT32
40 IN UINT32 Divisor
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ipf/
H A DSynchronization.c30 UINT32
33 IN volatile UINT32 *Value
36 UINT32 OriginalValue;
61 UINT32
64 IN volatile UINT32 *Value
67 UINT32 OriginalValue;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DCapsule.h52 UINT32 Signature; ///< CBDS.
53 UINT32 CheckSum; ///< To sum this structure to 0.
58 UINT32 HeaderSize;
72 UINT32 HeaderSize;
77 UINT32 Flags;
84 UINT32 CapsuleImageSize;
91 UINT32 SequenceNumber;
104 UINT32 OffsetToSplitInformation;
109 UINT32 OffsetToCapsuleBody;
114 UINT32 OffsetToOemDefinedHeade
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ia32/
H A DGccInline.c31 UINT32
34 IN volatile UINT32 *Value
37 UINT32 Result;
68 UINT32
71 IN volatile UINT32 *Value
74 UINT32 Result;
108 UINT32
111 IN OUT volatile UINT32 *Value,
112 IN UINT32 CompareValue,
113 IN UINT32 ExchangeValu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiCapsule.h26 UINT32 HeaderSize;
27 UINT32 Flags;
28 UINT32 CapsuleImageSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugPrintErrorLevelLib.h23 UINT32
41 UINT32 ErrorLevel
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Arm/
H A DSynchronization.c33 UINT32
36 IN volatile UINT32 *Value,
37 IN UINT32 CompareValue,
38 IN UINT32 ExchangeValue
86 UINT32
89 IN volatile UINT32 *Value
108 UINT32
111 IN volatile UINT32 *Value
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DBaseSynchronizationLibInternals.h38 UINT32
41 IN volatile UINT32 *Value
58 UINT32
61 IN volatile UINT32 *Value
82 UINT32
85 IN volatile UINT32 *Value,
86 IN UINT32 CompareValue,
87 IN UINT32 ExchangeValue
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ebc/
H A DSynchronization.c34 UINT32
37 IN volatile UINT32 *Value,
38 IN UINT32 CompareValue,
39 IN UINT32 ExchangeValue
87 UINT32
90 IN volatile UINT32 *Value
109 UINT32
112 IN volatile UINT32 *Value
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/X64/
H A DInterlockedDecrement.c38 UINT32
41 IN UINT32 *Value
H A DInterlockedIncrement.c38 UINT32
41 IN UINT32 *Value
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElfConvert.h25 extern UINT32 mCoffOffset;
27 extern UINT32 mImageTimeStamp;
29 extern UINT32 mTableOffset;
30 extern UINT32 mOutImageType;
65 UINT32 Offset,
78 UINT32 Offset,
79 UINT32 Size,
80 UINT32 Flags
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Dbswap32.c18 UINT32
19 bswap32(UINT32 x)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLegacyRegion2.h59 IN UINT32 Start,
60 IN UINT32 Length,
61 OUT UINT32 *Granularity,
90 IN UINT32 Start,
91 IN UINT32 Length,
92 OUT UINT32 *Granularity
125 IN UINT32 Start,
126 IN UINT32 Length,
127 OUT UINT32 *Granularity OPTIONAL
155 IN UINT32 Star
[all...]

Completed in 80 milliseconds

1234567891011>>