Home
last modified time | relevance | path

Searched refs:Pass (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
DSecEntry.S52 # Pass BFV into the PEI Core
57 # Pass stack base into the PEI Core
62 # Pass stack size into the PEI Core
67 # Pass Control into the PEI Core
DSecEntry.asm58 ; Pass BFV into the PEI Core
63 ; Pass stack base into the PEI Core
68 ; Pass stack size into the PEI Core
73 ; Pass Control into the PEI Core
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DPeiCoreEntry.S106 # Pass entry point of the PEI core
112 # Pass BFV into the PEI Core
118 # Pass stack size into the PEI Core
128 # Pass Control into the PEI Core
DPeiCoreEntry.asm113 ; Pass entry point of the PEI core
119 ; Pass BFV into the PEI Core
125 ; Pass stack size into the PEI Core
135 ; Pass Control into the PEI Core
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DPeiCoreEntry.asm114 ; Pass entry point of the PEI core
120 ; Pass BFV into the PEI Core
126 ; Pass stack size into the PEI Core
136 ; Pass Control into the PEI Core
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaBusDxe.uni4 // This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined
22 …ge en-US "This driver follows the UEFI driver model and layers on the ATA Pass Thru protocol defin…
DAtaBusDxe.inf4 # This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c852 UINTN Pass; in FindFiles() local
902 for (Pass = 1; Pass <= 2; Pass++) { in FindFiles()
911 if (((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 && Pass == 2) || in FindFiles()
912 ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0 && Pass == 1) in FindFiles()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThruDxeExtra.uni17 "ATA ATAPI Pass Thru DXE Driver"
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
DVirtioScsi.inf2 # This driver produces Extended SCSI Pass Thru Protocol instances for
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DFspApiEntry.asm550 ; Pass the API Idx to SecStartup
555 ; Pass the BootLoader stack to SecStartup
560 ; Pass entry point of the PEI core
570 ; Pass BFV into the PEI Core
583 ; Pass stack base and size into the PEI Core
592 ; Pass Control into the PEI Core
DFspApiEntry.s765 # Pass the API Idx to SecStartup
770 # Pass the BootLoader stack to SecStartup
775 # Pass entry point of the PEI core
785 # Pass BFV into the PEI Core
798 # Pass stack base and size into the PEI Core
807 # Pass Control into the PEI Core
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c1046 UINTN Pass; in LibFindFiles() local
1063 for (Pass = 1; Pass <= 2; Pass++) { in LibFindFiles()
1072 if (((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 && Pass == 2) || in LibFindFiles()
1073 ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0 && Pass == 1) in LibFindFiles()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruDxe.inf2 # Description file for the Universal Flash Storage (UFS) Pass Thru driver.
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
DAtapiPassThruDxe.inf2 # Description file for the Atapi Pass Thru driver.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootOption.c557 UINTN Pass; in BOpt_FindFiles() local
606 for (Pass = 1; Pass <= 2; Pass++) { in BOpt_FindFiles()
615 if (((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 && Pass == 2) || in BOpt_FindFiles()
616 ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0 && Pass == 1) in BOpt_FindFiles()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt18 Pass:
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForSecEntry.asm36 ; Pass over the BFV header
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl46 | Pass | Break | Continue
/device/google/contexthub/firmware/
DCodingStandard.txt33 16. Do not ever return structs or unions from functions. Pass a pointer and fill it in. Gcc will
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py177 return Pass()
403 return Pass(lineno=nodelist[0][2])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h443 #define Pass(a0, a1, a2) _Py_Pass(a0, a1, a2) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h443 #define Pass(a0, a1, a2) _Py_Pass(a0, a1, a2) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
DREADME262 -l file: Pass the file to the linker (windows only)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c285 asdl_seq_SET(stmts, 0, Pass(n->n_lineno, n->n_col_offset, in PyAST_FromNode()
3256 return Pass(LINENO(n), n->n_col_offset, c->c_arena); in ast_for_stmt()

12