Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c304 static unsigned long EFIAPI efi_raise_tpl(efi_uintn_t new_tpl) in efi_raise_tpl() argument
308 EFI_ENTRY("0x%zx", new_tpl); in efi_raise_tpl()
310 if (new_tpl < efi_tpl) in efi_raise_tpl()
312 efi_tpl = new_tpl; in efi_raise_tpl()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h64 efi_status_t (EFIAPI *raise_tpl)(efi_uintn_t new_tpl);