Searched refs:RaiseTPL (Results 1 – 3 of 3) sorted by relevance
49 if (BS->RaiseTPL != NULL) { in RtAcquireLock()50 Lock->OwnerTpl = uefi_call_wrapper(BS->RaiseTPL, 1, Lock->Tpl); in RtAcquireLock()
455 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibInstallProtocolInterfaces()578 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibReinstallProtocolInterfaces()
866 EFI_RAISE_TPL RaiseTPL; member