Searched refs:notify_tpl (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 205 if (efi_tpl >= event->notify_tpl) in efi_process_event_queue() 212 efi_tpl = event->notify_tpl; in efi_process_event_queue() 242 if (item->notify_tpl < event->notify_tpl) { in efi_queue_event() 660 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() argument 698 (!notify_function || is_valid_tpl(notify_tpl) != EFI_SUCCESS || in efi_create_event() 699 notify_tpl == TPL_APPLICATION)) in efi_create_event() 708 evt->notify_tpl = notify_tpl; in efi_create_event() 759 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 781 uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ext() argument 787 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext() [all …]
|
/u-boot/include/ |
A D | efi_loader.h | 345 efi_uintn_t notify_tpl; member 542 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|
A D | efi_api.h | 88 efi_uintn_t notify_tpl, 194 uint32_t type, efi_uintn_t notify_tpl,
|
Completed in 18 milliseconds