Searched defs:Width (Results 26 - 50 of 114) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c112 @param[in] Width Specifies the width of the I/O operation.
119 @retval EFI_INVALID_PARAMETER Width or Count, or both, were invalid.
126 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
143 Width,
153 (EFI_PCI_IO_PROTOCOL_WIDTH) Width,
174 @param[in] Width Specifies the width of the I/O operation.
181 @retval EFI_INVALID_PARAMETER Width or Count, or both, were invalid.
188 IN EFI_ISA_IO_PROTOCOL_WIDTH Width,
205 Width,
215 (EFI_PCI_IO_PROTOCOL_WIDTH) Width,
124 IsaIoIoRead( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, OUT VOID *Buffer ) argument
186 IsaIoIoWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN VOID *Buffer ) argument
431 IsaIoVerifyAccess( IN ISA_IO_DEVICE *IsaIoDevice, IN ISA_ACCESS_TYPE Type, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINTN Count, IN UINT32 Offset ) argument
497 IsaIoMemRead( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, OUT VOID *Buffer ) argument
566 IsaIoMemWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 Offset, IN UINTN Count, IN VOID *Buffer ) argument
635 IsaIoCopyMem( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_WIDTH Width, IN UINT32 DestOffset, IN UINT32 SrcOffset, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c364 UINTN Width; local
429 Blt->Width = (UINT16) (HorizontalResolution);
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
508 Width = RowInfoArray[0].LineWidth;
510 Delta = Blt->Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
512 Width = 0;
524 Width,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h43 UINT32 Width; member in struct:__anon11088
49 UINT32 Width; member in struct:__anon11089
57 UINT32 Width; member in struct:__anon11090
64 UINT32 Width; member in struct:__anon11091
72 UINT32 Width; member in struct:__anon11092
79 UINT32 Width; member in struct:__anon11093
87 UINT32 Width; member in struct:__anon11094
96 UINT32 Width; member in struct:__anon11095
103 UINT32 Width; member in struct:__anon11096
138 UINT32 Width; member in struct:__anon11101
154 UINT32 Width; member in struct:__anon11103
162 UINT32 Width; member in struct:__anon11104
170 UINT32 Width; member in struct:__anon11105
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
H A DBootGraphicsResourceTableDxe.c109 @param Width Width of rectangle in BltBuffer in pixels.
125 IN UINTN Width,
140 @param Width Width of rectangle in BltBuffer in pixels.
156 IN UINTN Width,
168 if (Width == 0 || Height == 0) {
179 // Ensure the Height * Width doesn't overflow
181 if (Height > DivU64x64Remainder ((UINTN) ~0, Width, NULL)) {
184 BufferSize = MultU64x64 (Width, Heigh
151 SetBootLogo( IN EFI_BOOT_LOGO_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer OPTIONAL, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c40 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
45 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
50 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
67 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
72 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
77 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
95 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
100 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
105 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
123 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
151 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
179 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
206 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
236 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
342 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
420 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
449 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
479 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c39 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
44 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
49 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
66 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
71 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
76 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
94 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
99 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
104 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
122 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
150 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
178 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
205 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
235 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
341 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
419 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
448 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
478 S3_BOOT_SCRIPT_LIB_WIDTH Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c133 string specified by Buffer containing at most Width characters.
134 If Width is 0 then a width of MAXIMUM_VALUE_CHARACTERS is assumed.
136 If the conversion contains more than Width characters, then only the first
137 Width characters are returned, and the total number of characters
142 If Width is 0, PREFIX_ZERO is ignored in Flags.
149 add up to Width characters.
153 If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()
160 @param Width The maximum number of characters to place in Buffer, not including
172 IN UINTN Width,
186 // Make sure Buffer is not NULL and Width < MAXIMU
168 BasePrintLibConvertValueToString( IN OUT CHAR8 *Buffer, IN UINTN Flags, IN INT64 Value, IN UINTN Width, IN UINTN Increment ) argument
315 UINTN Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c24 @param Width the width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
35 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
47 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
58 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
70 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
81 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
92 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
103 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
114 @param Width The width of the I/O operations.Enumerated in S3_BOOT_SCRIPT_LIB_WIDTH.
125 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
34 S3BootScriptSaveIoWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
57 S3BootScriptSaveIoReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
80 S3BootScriptSaveMemWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
102 S3BootScriptSaveMemReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
124 S3BootScriptSavePciCfgWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
147 S3BootScriptSavePciCfgReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
170 S3BootScriptSavePciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
194 S3BootScriptSavePciCfg2ReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
295 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
346 S3BootScriptSaveIoPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
375 S3BootScriptSavePciPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
407 S3BootScriptSavePci2Poll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/
H A DS3PciLib.c38 @param Width The width of PCI configuration.
46 IN S3_BOOT_SCRIPT_LIB_WIDTH Width,
54 Width,
45 InternalSavePciWriteValueToBootScript( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINTN Address, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciLibEsal/
H A DPciLib.c73 the width of data is specified by Width.
77 @param Width Width of data to read
85 IN UINTN Width
96 Width,
109 Width,
127 value specified by Data. The width of data is specifed by Width.
132 @param Width Width of data to write
141 IN UINTN Width,
139 DxePciLibEsalWriteWorker( IN UINTN Address, IN UINTN Width, IN UINT32 Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c73 the width of data is specified by Width.
77 @param Width Width of data to read
85 IN UINTN Width
96 Width,
109 Width,
127 value specified by Data. The width of data is specifed by Width.
132 @param Width Width of data to write
141 IN UINTN Width,
139 DxePciSegmentLibEsalWriteWorker( IN UINT64 Address, IN UINTN Width, IN UINT32 Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciLibPciCfg2/
H A DPciLib.c52 the width of data is specified by Width.
56 @param Width The width of data to read
64 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width
80 Width, local
93 value specified by Data. The width of data is specifed by Width.
98 @param Width The width of data to write
107 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
123 Width, local
105 PeiPciLibPciCfg2WriteWorker( IN UINTN Address, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPciSegmentLibPciCfg2/
H A DPciSegmentLib.c94 the width of data is specified by Width.
98 @param Width The width of data to read
106 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width
118 Width, local
131 value specified by Data. The width of data is specifed by Width.
136 @param Width The width of data to write
145 IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,
157 Width, local
143 PeiPciSegmentLibPciCfg2WriteWorker( IN UINT64 Address, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPciLibPciRootBridgeIo/
H A DPciLib.c82 the width of data is specified by Width.
86 @param Width The width of data to read
94 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width
101 Width,
115 value specified by Data. The width of data is specifed by Width.
120 @param Width The width of data to write
129 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
135 Width,
127 SmmPciLibPciRootBridgeIoWriteWorker( IN UINTN Address, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c364 UINTN Width; local
429 Blt->Width = (UINT16) (HorizontalResolution);
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
508 Width = RowInfoArray[0].LineWidth;
510 Delta = Blt->Width * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
512 Width = 0;
524 Width,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciLibPciRootBridgeIo/
H A DPciLib.c84 the width of data is specified by Width.
88 @param Width The width of data to read
96 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width
103 Width,
117 value specified by Data. The width of data is specifed by Width.
122 @param Width The width of data to write
131 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
137 Width,
129 DxePciLibPciRootBridgeIoWriteWorker( IN UINTN Address, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT32 Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c172 the width of data is specified by Width.
176 @param Width Width of data to read
184 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width
195 Width,
209 value specified by Data. The width of data is specifed by Width.
214 @param Width Width of data to write
223 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
234 Width,
221 DxePciSegmentLibPciRootBridgeIoWriteWorker( IN UINT64 Address, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT32 Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c80 UINTN Width; local
83 BltLibGetSizes (&Width, &Height);
85 W = Width - (Rand32 () % Width);
87 if (W != Width) {
88 X = Rand32 () % (Width - W);
111 UINTN Width; local
114 BltLibGetSizes (&Width, &Height);
118 for (X = 0; X < Width; X++) {
119 Color.Red = (UINT8) ((X * 0x100) / Width);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.h112 UINT32 Width; member in struct:__anon12603
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c139 @param[in] Width - The width of a rectangle in the blt rectangle in pixels
160 IN UINTN Width,
173 Width,
184 Width,
193 Width,
204 Width,
220 @param[in] Width Width (in pixels) to fill
234 IN UINTN Width,
259 if (DestinationX + Width > mBltLibWidthInPixel
153 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
230 BltLibVideoFill( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
378 BltLibVideoToBltBuffer( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN Width, IN UINTN Height ) argument
419 BltLibVideoToBltBufferEx( OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
522 BltLibBufferToVideo( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
563 BltLibBufferToVideoEx( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
661 BltLibVideoToVideo( IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
738 BltLibGetSizes( OUT UINTN *Width, OPTIONAL OUT UINTN *Height OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c714 EFI_PCI_IO_PROTOCOL_WIDTH Width; local
717 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 0;
721 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 1;
725 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 2;
729 Width = (EFI_PCI_IO_PROTOCOL_WIDTH) 3;
737 Width,
748 Width,
759 Width,
770 Width,
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h107 UINT32 Width; member in struct:__anon12631
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMm.c44 @param[in] Width The width of each read.
46 @param[in] Size The size of Buffer in Width sized units.
52 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
63 if (Width == EfiPciWidthUint8) {
66 } else if (Width == EfiPciWidthUint16) {
69 } else if (Width == EfiPciWidthUint32) {
72 } else if (Width == EfiPciWidthUint64) {
86 @param[in] Width The width of each write.
88 @param[in] Size The size of Buffer in Width sized units.
94 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width,
51 ReadMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Size, OUT VOID *Buffer ) argument
93 WriteMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Size, IN VOID *Buffer ) argument
215 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c96 @param[in] Width The width of the access. Enumerated in bytes.
102 @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system.
104 @retval EFI_UNSUPPORTED The address range specified by Address, Width,
111 IN EFI_PEI_CPU_IO_PPI_WIDTH Width,
128 // Check to see if Width is in the valid range
130 if (Width < 0 || Width >= EfiPeiCpuIoWidthMaximum) {
138 if (Width >= EfiPeiCpuIoWidthFifoUint8 && Width <= EfiPeiCpuIoWidthFifoUint64) {
143 // Check to see if Width i
109 CpuIoCheckParameter( IN BOOLEAN MmioOperation, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
203 CpuMemoryServiceRead( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
277 CpuMemoryServiceWrite( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
351 CpuIoServiceRead( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
420 CpuIoServiceWrite( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_CPU_IO_PPI *This, IN EFI_PEI_CPU_IO_PPI_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.h123 UINT32 Width; member in struct:__anon13137

Completed in 104 milliseconds

12345