Searched refs:notify_tpl (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 117 UINTN notify_tpl; member 158 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl,
|
| H A D | efi_api.h | 63 UINTN notify_tpl,
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 246 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()
|