Searched refs:OldTpl (Results 1 – 2 of 2) sorted by relevance
447 EFI_TPL OldTpl; in LibInstallProtocolInterfaces() local455 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() local578 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibReinstallProtocolInterfaces()639 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibReinstallProtocolInterfaces()
219 IN EFI_TPL OldTpl