Searched defs:StartAddress (Results 26 - 34 of 34) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c1593 UINTN StartAddress; local
1613 StartAddress = (UINTN) Script;
1622 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
H A DBootScriptSave.c1750 UINTN StartAddress; local
1763 StartAddress = (UINTN) Script;
1770 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
1902 UINTN StartAddress; local
1938 StartAddress = (UINTN) Script;
1941 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3IoLib/
H A DS3IoLib.c2904 Copy data from MMIO region specified by starting address StartAddress
2908 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2912 @param StartAddress Starting address for the MMIO region to be copied from.
2922 IN UINTN StartAddress,
2930 ReturnBuffer = MmioReadBuffer8 (StartAddress, Length, Buffer);
2934 StartAddress,
2947 Copy data from MMIO region specified by starting address StartAddress
2951 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
2953 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2959 @param StartAddress Startin
2921 S3MmioReadBuffer8( IN UINTN StartAddress, IN UINTN Length, OUT UINT8 *Buffer ) argument
2968 S3MmioReadBuffer16( IN UINTN StartAddress, IN UINTN Length, OUT UINT16 *Buffer ) argument
3015 S3MmioReadBuffer32( IN UINTN StartAddress, IN UINTN Length, OUT UINT32 *Buffer ) argument
3062 S3MmioReadBuffer64( IN UINTN StartAddress, IN UINTN Length, OUT UINT64 *Buffer ) argument
3106 S3MmioWriteBuffer8( IN UINTN StartAddress, IN UINTN Length, IN CONST UINT8 *Buffer ) argument
3154 S3MmioWriteBuffer16( IN UINTN StartAddress, IN UINTN Length, IN CONST UINT16 *Buffer ) argument
3203 S3MmioWriteBuffer32( IN UINTN StartAddress, IN UINTN Length, IN CONST UINT32 *Buffer ) argument
3251 S3MmioWriteBuffer64( IN UINTN StartAddress, IN UINTN Length, IN CONST UINT64 *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2720 UINTN StartAddress; local
2882 StartAddress = (UINTN) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
2892 StartAddress--;
2932 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {
2968 for (Index = 0, Address = StartAddress + 1; Index < Height; Index++, Address += BytesPerScanLine) {
2990 for (Index = 0, Address = StartAddress + Bytes; Index < Height; Index++, Address += BytesPerScanLine) {
3018 StartAddress = (UINTN) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
3039 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1576 IN UINT64 StartAddress,
1589 StartAddress - StartAddress in buffer. This number will automatically
1606 if ((StartAddress | IPF_CACHE_BIT) < (Vtf1LastStartAddress | IPF_CACHE_BIT)) {
1613 LocalBufferPtrToWrite -= (Fv1EndAddress - StartAddress);
1617 if ((StartAddress | IPF_CACHE_BIT) < (Vtf2LastStartAddress | IPF_CACHE_BIT)) {
1618 Error (NULL, 0, 2000, "Invalid parameter", "Error StartAddress");
1622 LocalBufferPtrToWrite -= (Fv2EndAddress - StartAddress);
2097 IN UINT64 StartAddress
2107 StartAddress
1575 UpdateVtfBuffer( IN UINT64 StartAddress, IN UINT8 *Buffer, IN UINT64 DataSize, IN LOC_TYPE LocType ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c117 @param[in] StartAddress Start address of data to access.
132 IN EFI_PHYSICAL_ADDRESS StartAddress,
162 if ((StartAddress + DataSize) > ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
170 CopyMem ((VOID *) StartAddress, Buffer, DataSize);
172 CopyMem (Buffer, (VOID *) StartAddress, DataSize);
199 if ((StartAddress + DataSize) > ((EFI_PHYSICAL_ADDRESS) (UINTN) ((CHAR8 *)VariableStoreHeader + VariableStoreHeader->Size))) {
204 CurrWritePtr = StartAddress;
127 AccessVariableStore( IN BOOLEAN Write, IN VARIABLE_GLOBAL *Global, IN BOOLEAN Volatile, IN UINTN Instance, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINT32 DataSize, IN OUT VOID *Buffer ) argument
/vbox/include/VBox/
H A Drawpci.h135 RTGCPHYS StartAddress; member in struct:__anon238
148 RTGCPHYS StartAddress; member in struct:__anon239
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h932 LPVOID StartAddress; /* 1c/20 */ member in struct:_SYSTEM_THREAD_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h907 LPVOID StartAddress; /* 1c/20 */ member in struct:_SYSTEM_THREAD_INFORMATION

Completed in 124 milliseconds

12