Searched defs:Uint8Buffer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/
H A DCpuIo2Smm.c171 UINT8 *Uint8Buffer; local
182 for (Uint8Buffer = Buffer; Count > 0; Address += Stride, Uint8Buffer += Stride, Count--) {
184 *Uint8Buffer = MmioRead8 ((UINTN)Address);
186 *((UINT16 *)Uint8Buffer) = MmioRead16 ((UINTN)Address);
188 *((UINT32 *)Uint8Buffer) = MmioRead32 ((UINTN)Address);
190 *((UINT64 *)Uint8Buffer) = MmioRead64 ((UINTN)Address);
231 UINT8 *Uint8Buffer; local
242 for (Uint8Buffer = Buffer; Count > 0; Address += Stride, Uint8Buffer
291 UINT8 *Uint8Buffer; local
350 UINT8 *Uint8Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c240 UINT8 *Uint8Buffer; local
253 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) {
255 *Uint8Buffer = MmioRead8 ((UINTN)Address);
257 *((UINT16 *)Uint8Buffer) = MmioRead16 ((UINTN)Address);
259 *((UINT32 *)Uint8Buffer) = MmioRead32 ((UINTN)Address);
261 *((UINT64 *)Uint8Buffer) = MmioRead64 ((UINTN)Address);
320 UINT8 *Uint8Buffer; local
333 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer
400 UINT8 *Uint8Buffer; local
479 UINT8 *Uint8Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c240 UINT8 *Uint8Buffer; local
253 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) {
255 *Uint8Buffer = MmioRead8 ((UINTN)Address);
257 *((UINT16 *)Uint8Buffer) = MmioRead16 ((UINTN)Address);
259 *((UINT32 *)Uint8Buffer) = MmioRead32 ((UINTN)Address);
261 *((UINT64 *)Uint8Buffer) = MmioRead64 ((UINTN)Address);
320 UINT8 *Uint8Buffer; local
333 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer
400 UINT8 *Uint8Buffer; local
479 UINT8 *Uint8Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c217 UINT8 *Uint8Buffer; local
231 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) {
233 *Uint8Buffer = MmioRead8 ((UINTN)Address);
236 *((UINT16 *)Uint8Buffer) = MmioRead16 ((UINTN)Address);
238 WriteUnaligned16 ((UINT16 *)Uint8Buffer, MmioRead16 ((UINTN)Address));
242 *((UINT32 *)Uint8Buffer) = MmioRead32 ((UINTN)Address);
244 WriteUnaligned32 ((UINT32 *)Uint8Buffer, MmioRead32 ((UINTN)Address));
248 *((UINT64 *)Uint8Buffer) = MmioRead64 ((UINTN)Address);
250 WriteUnaligned64 ((UINT64 *)Uint8Buffer, MmioRead6
291 UINT8 *Uint8Buffer; local
365 UINT8 *Uint8Buffer; local
434 UINT8 *Uint8Buffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c899 UINT8 *Uint8Buffer; local
909 for (Uint8Buffer = Buffer; Count > 0; Address += InStride, Uint8Buffer += OutStride, Count--) {
913 MmioWrite8 ((UINTN)Address, *Uint8Buffer);
916 MmioWrite16 ((UINTN)Address, *((UINT16 *)Uint8Buffer));
919 MmioWrite32 ((UINTN)Address, *((UINT32 *)Uint8Buffer));
922 MmioWrite64 ((UINTN)Address, *((UINT64 *)Uint8Buffer));
935 *Uint8Buffer = MmioRead8 ((UINTN)Address);
938 *((UINT16 *)Uint8Buffer) = MmioRead16 ((UINTN)Address);
941 *((UINT32 *)Uint8Buffer)
991 UINT8 *Uint8Buffer; local
1109 UINT8 *Uint8Buffer; local
[all...]

Completed in 74 milliseconds