Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c175 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 Defi_loader.h239 efi_uintn_t notify_tpl; member
342 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
H A Defi_api.h79 efi_uintn_t notify_tpl,
184 uint32_t type, efi_uintn_t notify_tpl,