Searched refs:DataPtr (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
H A DHiKeyDxe.c57 VOID *DataPtr; local
80 DataPtr = AllocateZeroPool (SERIAL_NUMBER_BLOCK_SIZE);
81 WriteBackDataCacheRange (DataPtr, SERIAL_NUMBER_BLOCK_SIZE);
84 DataPtr);
89 InvalidateDataCacheRange (DataPtr, SERIAL_NUMBER_BLOCK_SIZE);
90 Random = (struct RandomSerialNo *)DataPtr;
138 FreePool (DataPtr);
H A DInstallBootMenu.c516 VOID *DataPtr, *AlignedPtr; local
534 DataPtr = AllocateZeroPool (HIKEY_IO_BLOCK_SIZE * 2);
535 ASSERT (DataPtr != 0);
536 AlignedPtr = (VOID *)(((UINTN)DataPtr + HIKEY_IO_BLOCK_SIZE - 1) & ~(HIKEY_IO_BLOCK_SIZE - 1));
549 FreePool (DataPtr);
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
H A DBlockVariableDxe.c114 VOID *DataPtr; local
119 DataPtr = AllocateZeroPool (Bytes);
120 if (DataPtr == NULL) {
124 WriteBackDataCacheRange (DataPtr, Bytes);
127 Bytes, DataPtr);
133 CopyMem (Buffer, DataPtr + Offset, *NumBytes);
136 FreePool (DataPtr);
154 VOID *DataPtr; local
159 DataPtr = AllocateZeroPool (Bytes);
160 if (DataPtr
[all...]
/device/linaro/bootloader/edk2/IntelFspPkg/Include/Private/
H A DFspGlobalData.h22 VOID *DataPtr; member in struct:__anon5677
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
H A DPkcs7VerifyDxe.c807 UINT8 *DataPtr; local
847 DataPtr = AttachedData;
855 DataPtr = (UINT8 *)InData;
874 DataPtr,
894 DataPtr,
917 CopyMem (Content, DataPtr, DataSize);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmmDxe.c36 @param[out] DataPtr Points to the data in the communicate buffer. Caller should not free it.
44 OUT VOID **DataPtr,
68 if (DataPtr != NULL) {
69 *DataPtr = SmmFtwFunctionHeader->Data;
42 InitCommunicateBuffer( OUT VOID **CommunicateBuffer, OUT VOID **DataPtr, IN UINTN DataSize, IN UINTN Function ) argument
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
H A DFspCommonLib.c228 FspData->PlatformData.DataPtr = PlatformData;
247 return FspData->PlatformData.DataPtr;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c961 UINT8 *DataPtr; local
968 DataPtr = NULL;
1019 DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);
1021 if (DataPtr == NULL) {
1025 DataPhy = (UINT8 *) (UINTN) UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
1041 DataPtr,
1068 DataPtr,
1087 UsbHcFreeMem (Uhc->MemPool, DataPtr, DataLength);
H A DUhciQueue.c370 @param DataPtr A pointer to cpu memory address of Data buffer.
385 IN UINT8 *DataPtr,
420 Td->Data = DataPtr;
381 UhciCreateDataTd( IN USB_HC_DEV *Uhc, IN UINT8 DevAddr, IN UINT8 Endpoint, IN UINT8 *DataPtr, IN UINT8 *DataPhyPtr, IN UINTN Len, IN UINT8 PktId, IN UINT8 Toggle, IN BOOLEAN IsLow ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c1272 UINT8 *DataPtr; local
1311 DataPtr = Script + Size;
1315 *AndMask = (UINT64) (*(UINT8*) (DataPtr + 1));
1316 *OrMask = (UINT64) (*DataPtr);
1320 *AndMask = (UINT64) (*(UINT16 *) (DataPtr + 2));
1321 *OrMask = (UINT64) (*(UINT16 *) DataPtr);
1325 *AndMask = (UINT64) (*(UINT32 *) (DataPtr + 4));
1326 *OrMask = (UINT64) (*(UINT32 *) DataPtr);
1330 *AndMask = (UINT64) (*(UINT64 *) (DataPtr + 8));
1331 *OrMask = (UINT64) (*(UINT64 *) DataPtr);
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
H A DLan91xDxe.c1930 UINT8 *DataPtr; local
2052 DataPtr = Data;
2053 ReadIoData (LanDriver, DataPtr, PktLength & ~0x0001);
2058 DataPtr[PktLength - 1] = PktControl & PCW_ODD_BYTE;
2070 CopyMem (DstAddr, &DataPtr[0], NET_ETHER_ADDR_LEN);
2075 CopyMem (SrcAddr, &DataPtr[6], NET_ETHER_ADDR_LEN);
2080 *Protocol = NTOHS (*(UINT16*)(&DataPtr[12]));
2093 DEBUG((EFI_D_ERROR, " Length: %d, Last byte: %02x\n", PktLength, DataPtr[PktLength - 1]));
2094 PrintIpDgram (&DataPtr[0], &DataPtr[
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c126 @param[out] DataPtr Points to the data in the communicate buffer.
136 OUT VOID **DataPtr OPTIONAL,
155 if (DataPtr != NULL) {
156 *DataPtr = SmmVariableFunctionHeader->Data;
H A DVariable.c280 EFI_PHYSICAL_ADDRESS DataPtr; local
284 DataPtr = DataPtrIndex;
302 DataPtr += mVariableModuleGlobal->VariableGlobal.NonVolatileVariableBase;
305 if ((DataPtr + DataSize) >= ((EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) FwVolHeader + FwVolHeader->FvLength))) {
315 DataPtr += mVariableModuleGlobal->VariableGlobal.VolatileVariableBase;
318 if ((DataPtr + DataSize) >= ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
325 CopyMem ((UINT8 *)(UINTN)DataPtr, Buffer, DataSize);
333 CurrWritePtr = (UINTN) DataPtr;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
H A DFvbSmmDxe.c105 @param[out] DataPtr Points to the data in the communicate buffer. Caller should not free it. argument
116 OUT VOID **DataPtr,
140 *DataPtr = SmmFvbFunctionHeader->Data;
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
H A DSecFsp.c99 FspPlatformData->DataPtr = NULL;
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DXenStore.c447 The buffer pointed to by DataPtr is at least Len bytes in length.
449 @param DataPtr A pointer to the contiguous data to send.
458 IN CONST VOID *DataPtr,
463 CONST CHAR8 *Data = (CONST CHAR8 *)DataPtr;
526 The buffer pointed to by DataPtr is at least Len bytes in length.
528 @param DataPtr A pointer to the contiguous buffer to receive the data.
537 OUT VOID *DataPtr,
542 CHAR8 *Data = (CHAR8 *) DataPtr;
457 XenStoreWriteStore( IN CONST VOID *DataPtr, IN UINT32 Len ) argument
536 XenStoreReadStore( OUT VOID *DataPtr, IN UINT32 Len ) argument

Completed in 254 milliseconds