Searched refs:notify_tpl (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 175 if (check_tpl && efi_tpl >= event->notify_tpl) in efi_queue_event() 591 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() argument 618 (is_valid_tpl(notify_tpl) != EFI_SUCCESS)) in efi_create_event() 625 evt->notify_tpl = notify_tpl; in efi_create_event() 654 efi_status_t EFIAPI efi_create_event_ex(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ex() argument 662 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex() 664 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 684 uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ext() argument 690 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext() 692 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 239 efi_uintn_t notify_tpl; member 342 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|
H A D | efi_api.h | 79 efi_uintn_t notify_tpl, 184 uint32_t type, efi_uintn_t notify_tpl,
|