Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h117 UINTN notify_tpl; member
158 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl,
H A Defi_api.h63 UINTN notify_tpl,
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c246 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl, in efi_create_event() argument
268 efi_events[i].notify_tpl = notify_tpl; in efi_create_event()
281 uint32_t type, UINTN notify_tpl, in efi_create_event_ext() argument
287 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext()
289 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()