OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPL_APPLICATION
(Results
1 - 19
of
19
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.c
66
TPL_APPLICATION
,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
EdkIIGlueDefinitionChangesBase.h
101
#define
TPL_APPLICATION
EFI_TPL_APPLICATION
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
BootManagerPolicyDxe.c
152
@retval EFI_UNSUPPORTED The current TPL is not
TPL_APPLICATION
.
165
if (EfiGetCurrentTpl () !=
TPL_APPLICATION
) {
225
@retval EFI_UNSUPPORTED The current TPL is not
TPL_APPLICATION
.
234
if (EfiGetCurrentTpl () !=
TPL_APPLICATION
) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.c
23
EFI_TPL gEfiCurrentTpl =
TPL_APPLICATION
;
348
if (NotifyTpl !=
TPL_APPLICATION
&&
447
(NotifyTpl <=
TPL_APPLICATION
) ||
656
@retval EFI_UNSUPPORTED The current TPL is not
TPL_APPLICATION
671
// Can only WaitForEvent at
TPL_APPLICATION
673
if (gEfiCurrentTpl !=
TPL_APPLICATION
) {
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DxeTimerLib.c
99
(EfiGetCurrentTpl () ==
TPL_APPLICATION
)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
Dpc.c
90
if (DpcTpl <
TPL_APPLICATION
|| DpcTpl > TPL_HIGH_LEVEL) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c
155
if (CurrentTpl ==
TPL_APPLICATION
) {
157
// Dispatch calls LoadImage/StartImage which cannot run at TPL >
TPL_APPLICATION
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConnect.c
152
if (CurrentTpl ==
TPL_APPLICATION
) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c
155
if (CurrentTpl ==
TPL_APPLICATION
) {
157
// Dispatch calls LoadImage/StartImage which cannot run at TPL >
TPL_APPLICATION
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c
41
EFI_LOCK mGlobalDataLock = EFI_INITIALIZE_LOCK_VARIABLE(
TPL_APPLICATION
);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbHook.c
595
// Only break when the current TPL <=
TPL_APPLICATION
599
if (CurrentTpl <=
TPL_APPLICATION
) {
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h
299
{Priority,
TPL_APPLICATION
, EfiLockReleased }
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c
382
Lock->OwnerTpl =
TPL_APPLICATION
;
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h
543
@retval EFI_UNSUPPORTED The current TPL is not
TPL_APPLICATION
.
588
#define
TPL_APPLICATION
4
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c
404
Lock->OwnerTpl =
TPL_APPLICATION
;
[
all
...]
/external/syslinux/efi32/include/efi/
efiapi.h
187
#define
TPL_APPLICATION
4
/external/syslinux/efi64/include/efi/
efiapi.h
187
#define
TPL_APPLICATION
4
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h
187
#define
TPL_APPLICATION
4
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h
484
@retval EFI_UNSUPPORTED The current TPL is not
TPL_APPLICATION
.
529
#define
TPL_APPLICATION
4
[
all
...]
Completed in 475 milliseconds