Searched refs:notify_tpl (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 185 if (check_tpl && efi_tpl >= event->notify_tpl) in efi_queue_event() 580 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() argument 603 evt->notify_tpl = notify_tpl; in efi_create_event() 631 efi_status_t EFIAPI efi_create_event_ex(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ex() argument 639 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex() 641 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 660 uint32_t type, efi_uintn_t notify_tpl, in efi_create_event_ext() argument 666 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext() 668 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
|
/external/u-boot/include/ |
D | efi_loader.h | 186 efi_uintn_t notify_tpl; member 278 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|
D | efi_api.h | 66 efi_uintn_t notify_tpl, 170 uint32_t type, efi_uintn_t notify_tpl,
|