Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_watchdog.c28 EFI_CALL_VOID(efi_runtime_services.reset_system(EFI_RESET_COLD, in efi_watchdog_timer_notify()
Defi_boottime.c187 EFI_CALL_VOID(event->notify_function(event, in efi_queue_event()
/external/u-boot/include/
Defi_loader.h62 #define EFI_CALL_VOID(exp) do { \ macro