Home
last modified time | relevance | path

Searched refs:NotifyTpl (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEvent.c28 IN EFI_TPL NotifyTpl, in EfiLibCreateProtocolNotifyEvent() argument
67 NotifyTpl, in EfiLibCreateProtocolNotifyEvent()
98 IN EFI_TPL NotifyTpl, in EfiLibNamedEventListen() argument
132 NotifyTpl, in EfiLibNamedEventListen()
219 IN EFI_TPL NotifyTpl, in EfiCreateEventLegacyBoot() argument
262 NotifyTpl, in EfiCreateEventLegacyBoot()
284 NotifyTpl, in EfiCreateEventLegacyBoot()
297 IN EFI_TPL NotifyTpl, in EfiCreateEventReadyToBoot() argument
341 NotifyTpl, in EfiCreateEventReadyToBoot()
363 NotifyTpl, in EfiCreateEventReadyToBoot()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c244 InsertTailList (&gEventQueue[Event->NotifyTpl], &Event->NotifyLink); in CoreNotifyEvent()
245 gEventPending |= (UINTN)(1 << Event->NotifyTpl); in CoreNotifyEvent()
302 IN EFI_TPL NotifyTpl, in CoreCreateEvent() argument
308 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event); in CoreCreateEvent()
337 IN EFI_TPL NotifyTpl, in CoreCreateEventEx() argument
348 if (NotifyTpl != TPL_APPLICATION && in CoreCreateEventEx()
349 NotifyTpl != TPL_CALLBACK && in CoreCreateEventEx()
350 NotifyTpl != TPL_NOTIFY) { in CoreCreateEventEx()
355 …return CoreCreateEventInternal (Type, NotifyTpl, NotifyFunction, NotifyContext, EventGroup, Event); in CoreCreateEventEx()
382 IN EFI_TPL NotifyTpl, in CoreCreateEventInternal() argument
[all …]
DEvent.h57 EFI_TPL NotifyTpl; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DEvent.c28 IN EFI_TPL NotifyTpl, in RtEfiLibCreateProtocolNotifyEvent() argument
66 NotifyTpl, in RtEfiLibCreateProtocolNotifyEvent()
201 IN EFI_TPL NotifyTpl, in RtEfiCreateEventLegacyBoot() argument
243 NotifyTpl, in RtEfiCreateEventLegacyBoot()
265 NotifyTpl, in RtEfiCreateEventLegacyBoot()
278 IN EFI_TPL NotifyTpl, in RtEfiCreateEventReadyToBoot() argument
321 NotifyTpl, in RtEfiCreateEventReadyToBoot()
343 NotifyTpl, in RtEfiCreateEventReadyToBoot()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiNotTiano.c97 IN EFI_TPL NotifyTpl, in EfiCreateEventLegacyBootEx() argument
113 NotifyTpl, in EfiCreateEventLegacyBootEx()
124 NotifyTpl, in EfiCreateEventLegacyBootEx()
187 IN EFI_TPL NotifyTpl, in EfiCreateEventReadyToBootEx() argument
203 NotifyTpl, in EfiCreateEventReadyToBootEx()
214 NotifyTpl, in EfiCreateEventReadyToBootEx()
DUefiLib.c121 IN EFI_TPL NotifyTpl, in EfiCreateProtocolNotifyEvent() argument
140 NotifyTpl, in EfiCreateProtocolNotifyEvent()
192 IN EFI_TPL NotifyTpl, in EfiNamedEventListen() argument
204 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL); in EfiNamedEventListen()
211 NotifyTpl, in EfiNamedEventListen()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DUefiNotTiano.c98 IN EFI_TPL NotifyTpl, in EfiCreateEventLegacyBootEx() argument
124 NotifyTpl, in EfiCreateEventLegacyBootEx()
146 NotifyTpl, in EfiCreateEventLegacyBootEx()
209 IN EFI_TPL NotifyTpl, in EfiCreateEventReadyToBootEx() argument
235 NotifyTpl, in EfiCreateEventReadyToBootEx()
258 NotifyTpl, in EfiCreateEventReadyToBootEx()
DUefiLib.c76 IN EFI_TPL NotifyTpl, in EfiCreateProtocolNotifyEvent() argument
91 NotifyTpl, in EfiCreateProtocolNotifyEvent()
138 IN EFI_TPL NotifyTpl, in EfiNamedEventListen() argument
153 NotifyTpl, in EfiNamedEventListen()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiNotTiano.c98 IN EFI_TPL NotifyTpl, in EfiCreateEventLegacyBootEx() argument
129 NotifyTpl, in EfiCreateEventLegacyBootEx()
193 IN EFI_TPL NotifyTpl, in EfiCreateEventReadyToBootEx() argument
224 NotifyTpl, in EfiCreateEventReadyToBootEx()
DUefiLib.c143 IN EFI_TPL NotifyTpl, in EfiCreateProtocolNotifyEvent() argument
162 NotifyTpl, in EfiCreateProtocolNotifyEvent()
214 IN EFI_TPL NotifyTpl, in EfiNamedEventListen() argument
226 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL); in EfiNamedEventListen()
233 NotifyTpl, in EfiNamedEventListen()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueUefiLib.h87 IN EFI_TPL NotifyTpl,
112 IN EFI_TPL NotifyTpl,
529 IN EFI_TPL NotifyTpl,
579 IN EFI_TPL NotifyTpl,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiSmmDriverLib.h164 IN EFI_TPL NotifyTpl,
192 IN EFI_TPL NotifyTpl,
DEfiDriverLib.h817 IN EFI_TPL NotifyTpl,
874 IN EFI_TPL NotifyTpl,
1114 IN EFI_TPL NotifyTpl,
1142 IN EFI_TPL NotifyTpl,
DEfiRuntimeLib.h324 IN EFI_TPL NotifyTpl,
1689 IN EFI_TPL NotifyTpl,
1717 IN EFI_TPL NotifyTpl,
DEfiMgmtModeRuntimeLib.h267 IN EFI_TPL NotifyTpl,
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiLib.h171 IN EFI_TPL NotifyTpl,
201 IN EFI_TPL NotifyTpl,
936 IN EFI_TPL NotifyTpl,
987 IN EFI_TPL NotifyTpl,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
DRuntime.h59 EFI_TPL NotifyTpl; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DRuntime.h83 EFI_TPL NotifyTpl; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h1601 IN EFI_TPL NotifyTpl,
1633 IN EFI_TPL NotifyTpl,
1664 IN EFI_TPL NotifyTpl,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h166 IN EFI_TPL NotifyTpl,
177 IN EFI_TPL NotifyTpl OPTIONAL,
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h441 IN EFI_TPL NotifyTpl,
470 IN EFI_TPL NotifyTpl,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPiSmmIpl.c192 EFI_TPL NotifyTpl; member
1654 mSmmIplEvents[Index].NotifyTpl, in SmmIplEntry()
1662 mSmmIplEvents[Index].NotifyTpl, in SmmIplEntry()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
DSectionExtraction.c498 IN EFI_TPL NotifyTpl, in CreateProtocolNotifyEvent() argument
514 NotifyTpl, in CreateProtocolNotifyEvent()