Home
last modified time | relevance | path

Searched refs:gEventPending (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DTpl.c126 while (((-2 << NewTpl) & gEventPending) != 0) { in CoreRestoreTpl()
127 gEfiCurrentTpl = (UINTN) HighBitSet64 (gEventPending); in CoreRestoreTpl()
DEvent.h21 extern UINTN gEventPending;
DEvent.c38 UINTN gEventPending = 0; variable
208 gEventPending &= ~(UINTN)(1 << Priority); in CoreDispatchEventNotifies()
245 gEventPending |= (UINTN)(1 << Event->NotifyTpl); in CoreNotifyEvent()