/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
Event.c | 28 IN EFI_TPL NotifyTpl,
43 NotifyTpl - Maximum TPL to single the NotifyFunction.
67 NotifyTpl,
98 IN EFI_TPL NotifyTpl,
114 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
132 NotifyTpl,
219 IN EFI_TPL NotifyTpl,
262 NotifyTpl,
284 NotifyTpl,
297 IN EFI_TPL NotifyTpl,
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
UefiNotTiano.c | 85 @param NotifyTpl The task priority level of the event.
97 IN EFI_TPL NotifyTpl,
113 NotifyTpl,
124 NotifyTpl,
175 @param NotifyTpl The task priority level of the event.
187 IN EFI_TPL NotifyTpl,
203 NotifyTpl,
214 NotifyTpl,
|
UefiLib.c | 101 If NotifyTpl is not a legal TPL value, then ASSERT().
107 @param NotifyTpl Supplies the task priority level of the event notifications.
121 IN EFI_TPL NotifyTpl,
140 NotifyTpl,
171 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
175 If NotifyTpl is not a legal TPL value, then ASSERT().
179 @param NotifyTpl Supplies the task priority level of the event notifications.
192 IN EFI_TPL NotifyTpl,
204 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL);
211 NotifyTpl,
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/ |
Event.c | 244 InsertTailList (&gEventQueue[Event->NotifyTpl], &Event->NotifyLink);
245 gEventPending |= (UINTN)(1 << Event->NotifyTpl);
285 @param NotifyTpl The task priority level of event notifications
302 IN EFI_TPL NotifyTpl,
308 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event);
318 @param NotifyTpl The task priority level of event notifications
337 IN EFI_TPL NotifyTpl,
345 // If it's a notify type of event, check for invalid NotifyTpl
348 if (NotifyTpl != TPL_APPLICATION &&
349 NotifyTpl != TPL_CALLBACK && [all...] |
Event.h | 57 EFI_TPL NotifyTpl;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
Event.c | 28 IN EFI_TPL NotifyTpl,
43 NotifyTpl - Maximum TPL to single the NotifyFunction.
66 NotifyTpl,
201 IN EFI_TPL NotifyTpl,
243 NotifyTpl,
265 NotifyTpl,
278 IN EFI_TPL NotifyTpl,
321 NotifyTpl,
343 NotifyTpl,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/ |
UefiNotTiano.c | 86 @param NotifyTpl The task priority level of the event.
98 IN EFI_TPL NotifyTpl,
124 NotifyTpl,
146 NotifyTpl,
197 @param NotifyTpl The task priority level of the event.
209 IN EFI_TPL NotifyTpl,
235 NotifyTpl,
258 NotifyTpl,
|
UefiLib.c | 64 @param NotifyTpl Supplies the task priority level of the event notifications.
76 IN EFI_TPL NotifyTpl,
91 NotifyTpl,
120 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
125 @param NotifyTpl Supplies the task priority level of the event notifications.
138 IN EFI_TPL NotifyTpl,
153 NotifyTpl,
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiNotTiano.c | 86 @param NotifyTpl The task priority level of the event.
98 IN EFI_TPL NotifyTpl,
129 NotifyTpl,
181 @param NotifyTpl The task priority level of the event.
193 IN EFI_TPL NotifyTpl,
224 NotifyTpl,
|
UefiLib.c | 123 If NotifyTpl is not a legal TPL value, then ASSERT().
129 @param NotifyTpl Supplies the task priority level of the event notifications.
143 IN EFI_TPL NotifyTpl,
162 NotifyTpl,
193 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
197 If NotifyTpl is not a legal TPL value, then ASSERT().
201 @param NotifyTpl Supplies the task priority level of the event notifications.
214 IN EFI_TPL NotifyTpl,
226 ASSERT (NotifyTpl <= TPL_HIGH_LEVEL);
233 NotifyTpl,
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiSmmDriverLib.h | 164 IN EFI_TPL NotifyTpl,
192 IN EFI_TPL NotifyTpl,
|
EfiDriverLib.h | 817 IN EFI_TPL NotifyTpl,
832 NotifyTpl - Maximum TPL to single the NotifyFunction.
874 IN EFI_TPL NotifyTpl,
890 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
1114 IN EFI_TPL NotifyTpl,
1142 IN EFI_TPL NotifyTpl,
|
EfiMgmtModeRuntimeLib.h | 267 IN EFI_TPL NotifyTpl,
284 NotifyTpl - Notify tpl of callback function
|
EfiRuntimeLib.h | 324 IN EFI_TPL NotifyTpl,
339 NotifyTpl - Maximum TPL to single the NotifyFunction.
1689 IN EFI_TPL NotifyTpl, [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/ |
Runtime.h | 59 EFI_TPL NotifyTpl;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Runtime.h | 81 /// The same as NotifyTpl passed into CreateEvent().
83 EFI_TPL NotifyTpl;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
event.c | 24 IN EFI_TPL NotifyTpl, 41 NotifyTpl,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueUefiLib.h | 75 @param NotifyTpl Supplies the task priority level of the event notifications.
87 IN EFI_TPL NotifyTpl,
94 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
99 @param NotifyTpl Supplies the task priority level of the event notifications.
112 IN EFI_TPL NotifyTpl,
517 @param NotifyTpl The task priority level of the event.
529 IN EFI_TPL NotifyTpl,
567 @param NotifyTpl The task priority level of the event.
579 IN EFI_TPL NotifyTpl,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
UefiLib.h | 151 If NotifyTpl is not a legal TPL value, then ASSERT().
157 @param NotifyTpl Supplies the task priority level of the event notifications.
171 IN EFI_TPL NotifyTpl,
180 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
184 If NotifyTpl is not a legal TPL value, then ASSERT().
188 @param NotifyTpl Supplies the task priority level of the event notifications.
201 IN EFI_TPL NotifyTpl,
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiApi.h | 166 IN EFI_TPL NotifyTpl,
177 IN EFI_TPL NotifyTpl OPTIONAL,
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiSpec.h | 425 @param[in] NotifyTpl The task priority level of event notifications, if needed.
441 IN EFI_TPL NotifyTpl,
451 @param[in] NotifyTpl The task priority level of event notifications,if needed.
470 IN EFI_TPL NotifyTpl,
[all...] |
/external/syslinux/efi32/include/efi/ |
efiapi.h | 136 IN EFI_TPL NotifyTpl, 550 IN EFI_TPL NotifyTpl,
|
/external/syslinux/efi64/include/efi/ |
efiapi.h | 136 IN EFI_TPL NotifyTpl, 550 IN EFI_TPL NotifyTpl,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiapi.h | 136 IN EFI_TPL NotifyTpl, 550 IN EFI_TPL NotifyTpl,
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiSpec.h | 374 @param NotifyTpl The task priority level of event notifications, if needed. 390 IN EFI_TPL NotifyTpl, 400 @param NotifyTpl The task priority level of event notifications,if needed. 419 IN EFI_TPL NotifyTpl, [all...] |