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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h20 extern UINTN gEventPending;
H A DTpl.c120 while (((-2 << NewTpl) & gEventPending) != 0) {
121 gEfiCurrentTpl = (UINTN) HighBitSet64 (gEventPending);
H A DEvent.c35 /// gEventPending - A bitmask of the EventQueues that are pending
37 UINTN gEventPending = 0; variable
207 gEventPending &= ~(1 << Priority);
244 gEventPending |= (UINTN)(1 << Event->NotifyTpl);

Completed in 43 milliseconds