Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c185 if (efi_tpl >= event->notify_tpl) in efi_process_event_queue()
192 efi_tpl = event->notify_tpl; in efi_process_event_queue()
222 if (item->notify_tpl < event->notify_tpl) { in efi_queue_event()
640 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() argument
672 (!notify_function || is_valid_tpl(notify_tpl) != EFI_SUCCESS)) in efi_create_event()
681 evt->notify_tpl = notify_tpl; in efi_create_event()
708 efi_status_t EFIAPI efi_create_event_ex(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ex() argument
718 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex()
732 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex()
754 uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ext() argument
[all …]
/third_party/uboot/u-boot-2020.01/include/
Defi_loader.h287 efi_uintn_t notify_tpl; member
444 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
Defi_api.h79 efi_uintn_t notify_tpl,
185 uint32_t type, efi_uintn_t notify_tpl,