Home
last modified time | relevance | path

Searched refs:Startup (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DTpm.asi22 // "Secure Startup-FVE and TPM Admin BIOS and Platform Requirements").
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/FixupVtf/
DVtf.nasmb25 ; location. (0xffffffd0) This allows the Local APIC Startup IPI to be
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.uni66 …gTokenSpaceGuid_PcdCpuSmmBlockStartupThisAp_PROMPT #language en-US "SMM Startup AP in a blocking …
68 …Guid_PcdCpuSmmBlockStartupThisAp_HELP #language en-US "Indicates if SMM Startup AP in a blocking …
69 … "TRUE - SMM Startup AP in a blocking fashion.<BR>\n"
70 … "FALSE - SMM Startup AP in a non-blocking fashion.<BR>"
DUefiCpuPkg.dec96 ## Indicates if SMM Startup AP in a blocking fashion.
97 # TRUE - SMM Startup AP in a blocking fashion.<BR>
98 # FALSE - SMM Startup AP in a non-blocking fashion.<BR>
99 # @Prompt SMM Startup AP in a blocking fashion.
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DResetVectorVtf0.asm38 ; location. (0xffffffe0) This allows the Local APIC Startup IPI to be
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h71 UINT32 Startup:1; ///< Was "-startup" found on command line. member
DShell.c925 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = FALSE; in ProcessCommandLine()
950 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = TRUE; in ProcessCommandLine()
1118 …if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup && ShellInfoObject.ShellInitSettings.… in DoStartupScript()
1149 …llInitSettings.BitUnion.Bits.NoStartup && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup) in DoStartupScript()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTpm.asl31 // "Secure Startup-FVE and TPM Admin BIOS and Platform Requirements"
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c1918 PXENV_UNDI_STARTUP_T Startup; in Undi16SimpleNetworkStart() local
1947 Startup.Status = INIT_PXE_STATUS; in Undi16SimpleNetworkStart()
1949 Status = PxeUndiStartup (SimpleNetworkDevice, &Startup); in Undi16SimpleNetworkStart()
1956 if (Startup.Status != PXENV_STATUS_SUCCESS) { in Undi16SimpleNetworkStart()