Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c247 static unsigned long EFIAPI efi_raise_tpl(efi_uintn_t new_tpl) in efi_raise_tpl() argument
251 EFI_ENTRY("0x%zx", new_tpl); in efi_raise_tpl()
253 if (new_tpl < efi_tpl) in efi_raise_tpl()
255 efi_tpl = new_tpl; in efi_raise_tpl()
/external/u-boot/include/
Defi_api.h51 efi_status_t (EFIAPI *raise_tpl)(efi_uintn_t new_tpl);