/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/ |
H A D | CpuDeadLoop.c | 35 volatile UINTN Index; local 37 for (Index = 0; Index == 0;);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | WriteMsr64.c | 26 @param Index The register index of MSR. 35 IN UINT32 Index, 39 __writemsr (Index, Value); 34 AsmWriteMsr64( IN UINT32 Index, IN UINT64 Value ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Application/HelloWorld/ |
H A D | HelloWorld.c | 40 UINT32 Index; local 42 Index = 0; 48 for (Index = 0; Index < PcdGet32 (PcdHelloWorldPrintTimes); Index ++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/ |
H A D | Cmos.c | 22 Reads the 8-bits of CMOS data at the location specified by Index. 25 @param Index The CMOS location to read. 33 IN UINTN Index 36 IoWrite8 (0x70, (UINT8) Index); 44 Writes 8-bits of CMOS data to the location specified by Index 47 @param Index The CMOS location to write. 56 IN UINTN Index, 60 IoWrite8 (0x70, (UINT8) Index); 55 CmosWrite8( IN UINTN Index, IN UINT8 Value ) argument
|
H A D | Xen.c | 49 UINT32 Index; local 60 for (Index = 0; Index < TransferPages; Index++) { 63 (Index << EFI_PAGE_SHIFT) + Index);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellCTestApp/ |
H A D | ShellCTestApp.c | 42 UINTN Index; local 45 for (Index = 0; Index < Argc; Index++) { 46 Print(L"Argv[%d]: %s\n", Index, Argv[Index]);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
H A D | Smbios.c | 34 UINT16 Index; local 47 for (Index = 1; Index <= StringNumber; Index++) { 48 if (StringNumber == Index) {
|
H A D | SmbiosView.h | 24 UINT16 Index; member in struct:__anon12883
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/ |
H A D | Cmos.c | 48 Reads the 8-bits of CMOS data at the location specified by Index. 51 @param Index The CMOS location to read. 59 IN UINTN Index 62 IoWrite8 (0x70, (UINT8) Index); 70 Writes 8-bits of CMOS data to the location specified by Index 73 @param Index The CMOS location to write. 82 IN UINTN Index, 86 IoWrite8 (0x70, (UINT8) Index); 81 CmosWrite8( IN UINTN Index, IN UINT8 Value ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/ |
H A D | Stall.c | 60 UINTN Index; local 84 for (Index = 0; Index < 10; Index++) {
|
H A D | InstallConfigurationTable.c | 43 UINTN Index; local 58 for (Index = 0; Index < gDxeCoreST->NumberOfTableEntries; Index++) { 59 if (CompareGuid (Guid, &(gDxeCoreST->ConfigurationTable[Index].VendorGuid))) { 64 if (Index < gDxeCoreST->NumberOfTableEntries) { 73 gDxeCoreST->ConfigurationTable[Index].VendorTable = Table; 92 &(EfiConfigurationTable[Index]), 93 &(gDxeCoreST->ConfigurationTable[Index + 1]), 94 (gDxeCoreST->NumberOfTableEntries - Index) * sizeo [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | WriteMsr64.c | 22 Writes the 64-bit value specified by Value to the MSR specified by Index. The 24 performed on Index or Value, and some of these may cause CPU exceptions. The 25 caller must either guarantee that Index and Value are valid, or the caller 29 @param Index The 32-bit MSR index to write. 38 IN UINT32 Index, 45 mov ecx, Index 37 AsmWriteMsr64( IN UINT32 Index, IN UINT64 Value ) argument
|
H A D | CpuId.c | 18 Executes the CPUID instruction with EAX set to the value specified by Index. 19 This function always returns Index. 26 @param Index The 32-bit value to load into EAX prior to invoking the CPUID 37 @return Index. 43 IN UINT32 Index, 51 mov eax, Index 71 mov eax, Index 42 AsmCpuid( IN UINT32 Index, OUT UINT32 *RegisterEax, OPTIONAL OUT UINT32 *RegisterEbx, OPTIONAL OUT UINT32 *RegisterEcx, OPTIONAL OUT UINT32 *RegisterEdx OPTIONAL ) argument
|
H A D | CpuIdEx.c | 18 Executes the CPUID instruction with EAX set to the value specified by Index 20 Index. This function is only available on IA-32 and x64. 27 @param Index The 32-bit value to load into EAX prior to invoking the 44 @return Index. 50 IN UINT32 Index, 59 mov eax, Index 80 mov eax, Index 49 AsmCpuidEx( IN UINT32 Index, IN UINT32 SubIndex, OUT UINT32 *RegisterEax, OPTIONAL OUT UINT32 *RegisterEbx, OPTIONAL OUT UINT32 *RegisterEcx, OPTIONAL OUT UINT32 *RegisterEdx OPTIONAL ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePalLibNull/ |
H A D | PalCall.c | 23 This is a wrapper function to make a PAL procedure call. Based on the Index value, 37 @param Index The PAL procedure Index number. 48 IN UINT64 Index, 47 PalCall( IN UINT64 Index, IN UINT64 Arg2, IN UINT64 Arg3, IN UINT64 Arg4 ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/ |
H A D | RandVerify.c | 37 UINTN Index; local 50 for (Index = 0; Index < 10; Index ++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Start.c | 125 UINTN Index; local 157 for (Index = 0; Index < MAX_MAP_LENGTH; Index++) { 158 Snp->MapList[Index].VirtualAddress = 0; 159 Snp->MapList[Index].MapCookie = 0;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePalLibEsal/ |
H A D | DxePalLibEsal.c | 25 This is a wrapper function to make a PAL procedure call. Based on the Index value, 39 @param Index - The PAL procedure Index number. 50 IN UINT64 Index, 63 Index, 49 PalCall( IN UINT64 Index, IN UINT64 Arg2, IN UINT64 Arg3, IN UINT64 Arg4 ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | Crc32.c | 311 UINTN Index; local 319 for (Index = 0, Ptr = Data; Index < DataSize; Index++, Ptr++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyCmos.c | 24 @param[in] Index The index of the CMOS register to read. 26 @return The data value from the CMOS register specified by Index. 31 IN UINT8 Index 34 IoWrite8 (PORT_70, Index); 41 @param[in] Index The index of the CMOS register to write. 44 @return The value written to the CMOS register specified by Index. 49 IN UINT8 Index, 53 IoWrite8 (PORT_70, Index); 48 LegacyWriteStandardCmos( IN UINT8 Index, IN UINT8 Value ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | InstallConfigurationTable.c | 47 UINTN Index; local 62 for (Index = 0; Index < gSmmCoreSmst.NumberOfTableEntries; Index++) { 63 if (CompareGuid (Guid, &(ConfigurationTable[Index].VendorGuid))) { 68 if (Index < gSmmCoreSmst.NumberOfTableEntries) { 77 ConfigurationTable[Index].VendorTable = Table; 90 &(ConfigurationTable[Index]), 91 &(ConfigurationTable[Index + 1]), 92 (gSmmCoreSmst.NumberOfTableEntries - Index) * sizeo [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeSalLibEsal/ |
H A D | DxeSalLibEsal.c | 36 @param Index The SAL procedure Index number 51 IN UINT64 Index, 71 switch (Index) { 50 SalCall( IN UINT64 Index, IN UINT64 Arg2, IN UINT64 Arg3, IN UINT64 Arg4, IN UINT64 Arg5, IN UINT64 Arg6, IN UINT64 Arg7, IN UINT64 Arg8 ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPalLib/ |
H A D | UefiPalLib.c | 31 This is a wrapper function to make a PAL procedure call. Based on the Index value, 45 @param Index The PAL procedure Index number. 56 IN UINT64 Index, 67 Index, 55 PalCall( IN UINT64 Index, IN UINT64 Arg2, IN UINT64 Arg3, IN UINT64 Arg4 ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/ |
H A D | GetHostByAddr.c | 45 UINTN Index; local 92 for ( Index = 1; NULL != pHost->h_addr_list[Index]; Index++ ) { 93 pIpAddress = (UINT8 *)pHost->h_addr_list[Index];
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByName/ |
H A D | GetHostByName.c | 45 UINTN Index; local 82 for ( Index = 1; NULL != pHost->h_addr_list[Index]; Index++ ) { 83 pIpAddress = (UINT8 *)pHost->h_addr_list[Index];
|