/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
D | PciRootBridgeIo.c | 36 IN PTR In, in PciRootBridgeIoMemRW() argument 55 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW() 56 *In.Ui8 = *Out.Ui8; in PciRootBridgeIoMemRW() 60 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW() 61 *In.Ui16 = *Out.Ui16; in PciRootBridgeIoMemRW() 65 for (;Count > 0; Count--, In.Buffer += InStride, Out.Buffer += OutStride) { in PciRootBridgeIoMemRW() 66 *In.Ui32 = *Out.Ui32; in PciRootBridgeIoMemRW() 116 PTR In; in PciRootBridgeIoMemRead() local 134 In.Buffer = Buffer; in PciRootBridgeIoMemRead() 142 return PciRootBridgeIoMemRW (Width, Count, TRUE, In, TRUE, Out); in PciRootBridgeIoMemRead() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/ |
D | splitfile.c | 88 FILE *In; in main() local 104 In = fopen (argv[1], "rb"); in main() 105 if (In == NULL) { in main() 130 CharC = (char) fgetc (In); in main() 131 if (feof (In)) { in main() 139 CharC = (char) fgetc (In); in main() 140 if (feof (In)) { in main() 147 fclose (In); in main()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
D | replace.c | 47 FILE *In, *Out; in main() local 65 In = fopen (argv[1], "r"); in main() 66 fseek (In, 0, SEEK_END); in main() 67 InFileSize = ftell (In); in main() 72 fseek (In, 0, SEEK_SET); in main() 76 if ((In == NULL) || (Out == NULL)) { in main() 114 fseek (In, InFilePos, SEEK_SET); in main() 115 ReadCount = fread (Key, 1, MaxLenKey, In); in main() 135 fseek (In, InFilePos, SEEK_SET); in main() 136 while ((c = fgetc (In)) != EOF) { in main() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
D | BootScriptExecute.c | 302 PTR In; in ScriptIoWrite() local 305 In.Buf = (UINT8 *) Buffer; in ScriptIoWrite() 319 OriginalIn.Buf = In.Buf; in ScriptIoWrite() 320 for (; Count > 0; Count--, Address += AddressStride, In.Buf += BufferStride) { in ScriptIoWrite() 323 …BUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8)); in ScriptIoWrite() 324 IoWrite8 ((UINTN) Address, *In.Uint8); in ScriptIoWrite() 327 …INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint8)); in ScriptIoWrite() 328 IoWrite8 ((UINTN) OriginalAddress, *In.Uint8); in ScriptIoWrite() 335 …G ((EFI_D_INFO, "S3BootScriptWidthUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In.Uint16)); in ScriptIoWrite() 336 IoWrite16 ((UINTN) Address, *In.Uint16); in ScriptIoWrite() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/ |
D | Split.c | 227 FILE *In; in main() local 359 In = fopen (LongFilePath (InputFileName), "rb"); in main() 360 if (In == NULL) { in main() 433 CharC = (CHAR8) fgetc (In); in main() 434 if (feof (In)) { in main() 442 CharC = (CHAR8) fgetc (In); in main() 443 if (feof (In)) { in main() 457 if (In != NULL) { in main() 458 fclose (In); in main()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
D | PcatPciRootBridgeIo.c | 178 IN PTR In, 393 PTR In; in PcatRootBridgeIoMemRead() local 413 In.buf = Buffer; in PcatRootBridgeIoMemRead() 416 return PcatRootBridgeIoMemRW (Width, Count, TRUE, In, TRUE, Out); in PcatRootBridgeIoMemRead() 419 return PcatRootBridgeIoMemRW (Width, Count, TRUE, In, FALSE, Out); in PcatRootBridgeIoMemRead() 422 return PcatRootBridgeIoMemRW (Width, Count, FALSE, In, TRUE, Out); in PcatRootBridgeIoMemRead() 440 PTR In; in PcatRootBridgeIoMemWrite() local 460 In.buf = (VOID *)(UINTN) Address; in PcatRootBridgeIoMemWrite() 463 return PcatRootBridgeIoMemRW (Width, Count, TRUE, In, TRUE, Out); in PcatRootBridgeIoMemWrite() 466 return PcatRootBridgeIoMemRW (Width, Count, FALSE, In, TRUE, Out); in PcatRootBridgeIoMemWrite() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/ |
D | FirmwarePerformancePei.uni | 4 // In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Dat… 5 // In normal boot mode, it consumes SecPerformance PPI produced by SEC phase 26 … #language en-US "In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Fir…
|
D | FirmwarePerformancePei.inf | 4 # In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Dat… 5 # In normal boot mode, it consumes SecPerformance PPI produced by SEC phase
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/ |
D | FspInitPei.inf | 5 # In FSP API V1 mode, it will be invoked twice by pei core. In 1st entry, it will 6 # call FspInit API. In 2nd entry, it will parse the hoblist from fsp and report 8 # In FSP API V2 mode, it will be invoked only once. It will call FspMemoryInit API,
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | platform-interrupt-controller-API.rst | 27 In the case of ARM standard platforms using GIC, the *Running Priority Register* 80 In case of ARM standard platforms using GIC, the implementation of the API reads 95 In case of ARM standard platforms using GIC, the implementation of the API 110 In case of ARM standard platforms using GIC, the implementation of the API 126 In case of ARM standard platforms using GIC, the implementation of the API 141 In case of ARM standard platforms using GICv3, the implementation of the API 144 In case of ARM standard platforms using GICv2, the API always return ``1`` for 183 In case of ARM standard platforms using GIC, the implementation of the API 216 In case of ARM standard platforms using GIC, the implementation of the API 242 In case of ARM standard platforms using GIC, the implementation of the API [all …]
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | building-gcc.txt | 5 BaseTools source tree. (In addition to the instructions, you will also 11 In a web browser, you can 'browse' the relavent source at this location:
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/ |
D | SmmMemLib.uni | 5 // to get SMRAM information. In order to use this library instance, the platform should produce 23 …tion. This library consumes SMM_ACCESS2_PROTOCOL to get SMRAM information. In order to use this li…
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
D | BuildAndIntegrationInstructions.txt | 62 3. In the Payload section, 69 1) In the Device section, select the option of "Run VGA Option ROMs". 70 …2) In the VGA BIOS section, select the option of "Add a VGA BIOS Image", Input the path of vga bio… 73 3) In the Display section,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
D | SmmRuntimeDxeReportStatusCodeLibFramework.uni | 5 // In SMM, it logs message via SMM Status Code Protocol. 22 …ce supports the status code report in SMM, as well as DXE & runtime phase. In SMM, it logs message…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_doctest.txt | 3 In this example, we'll rely on a global variable being set for us
|
D | test_doctest4.txt | 4 In order to get this test to pass, we have to manually specify the
|
D | test_doctest2.txt | 3 In this example, we'll rely on some silly setup:
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | domain.te | 1 # In order for /sys/kernel/debug/kgsl/proc/<pid>/mem
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | domain.te | 1 # In order for /sys/kernel/debug/kgsl/proc/<pid>/mem
|
D | bootanim.te | 5 # in /data/system. This should be moved. In the meantime, suppress
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/ |
D | VarCheckPcdLib.inf | 4 # In platform *.fdf, the example build rule for the driver this library linked to. 25 # In platform *.dsc, also need add one line below to enable PcdVarCheck.bin generation by BaseTool…
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 5 # in /data/system. This should be moved. In the meantime, suppress
|
/device/google/sunfish-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 5 # in /data/system. This should be moved. In the meantime, suppress
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | README | 1 In this directory:
|
/device/google/redbull-sepolicy/vendor/qcom/common/ |
D | bootanim.te | 5 # in /data/system. This should be moved. In the meantime, suppress
|