Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtlock.c52 Lock->OwnerTpl = uefi_call_wrapper(BS->RaiseTPL, 1, Lock->Tpl); in RtAcquireLock()
57 Lock->OwnerTpl = LibRuntimeRaiseTPL(Lock->Tpl); in RtAcquireLock()
89 EFI_TPL Tpl; in RtReleaseLock() local
91 Tpl = Lock->OwnerTpl; in RtReleaseLock()
96 uefi_call_wrapper(BS->RestoreTPL, 1, Tpl); in RtReleaseLock()
101 LibRuntimeRestoreTPL(Tpl); in RtReleaseLock()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dlock.c56 Lock->Tpl = Priority; in InitializeLock()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilink.h178 EFI_TPL Tpl; member