Searched refs:notify_tpl (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_boottime.c | 185 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/ |
D | efi_loader.h | 287 efi_uintn_t notify_tpl; member 444 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|
D | efi_api.h | 79 efi_uintn_t notify_tpl, 185 uint32_t type, efi_uintn_t notify_tpl,
|