Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_tpl.c115 efi_uintn_t old_tpl; in execute() local
159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
160 if (old_tpl != TPL_APPLICATION) { in execute()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c181 efi_uintn_t old_tpl; in efi_process_event_queue() local
191 old_tpl = efi_tpl; in efi_process_event_queue()
195 efi_tpl = old_tpl; in efi_process_event_queue()
306 efi_uintn_t old_tpl = efi_tpl; in efi_raise_tpl() local
317 return old_tpl; in efi_raise_tpl()
329 static void EFIAPI efi_restore_tpl(efi_uintn_t old_tpl) in efi_restore_tpl() argument
331 EFI_ENTRY("0x%zx", old_tpl); in efi_restore_tpl()
333 if (old_tpl > efi_tpl) in efi_restore_tpl()
335 efi_tpl = old_tpl; in efi_restore_tpl()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h65 void (EFIAPI *restore_tpl)(efi_uintn_t old_tpl);