Home
last modified time | relevance | path

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

/DragonStub/lib/runtime/
H A Drtlock.c93 if (BS->RestoreTPL != NULL) { in RtReleaseLock()
94 uefi_call_wrapper(BS->RestoreTPL, 1, Tpl); in RtReleaseLock()
/DragonStub/lib/
H A Dhand.c517 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibInstallProtocolInterfaces()
639 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibReinstallProtocolInterfaces()
/DragonStub/inc/
H A Defiapi.h867 EFI_RESTORE_TPL RestoreTPL; member