Home
last modified time | relevance | path

Searched refs:OldTpl (Results 1 – 2 of 2) sorted by relevance

/DragonStub/lib/
H A Dhand.c447 EFI_TPL OldTpl; in LibInstallProtocolInterfaces() local
455 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibInstallProtocolInterfaces()
517 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibInstallProtocolInterfaces()
571 EFI_TPL OldTpl; in LibReinstallProtocolInterfaces() local
578 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibReinstallProtocolInterfaces()
639 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibReinstallProtocolInterfaces()
/DragonStub/inc/
H A Defiapi.h219 IN EFI_TPL OldTpl