Home
last modified time | relevance | path

Searched refs:TPL_CALLBACK (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c80 TPL_CALLBACK, notify, in setup()
88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
H A Defi_selftest_events.c52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup()
59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
H A Defi_selftest_tpl.c50 TPL_CALLBACK, notify, in setup()
159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
H A Defi_selftest_exitbootservices.c48 TPL_CALLBACK, notify, in setup()
H A Defi_selftest_snp.c189 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
H A Defi_selftest_bitblt.c110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
/openbmc/u-boot/lib/efi_loader/
H A Defi_watchdog.c68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
H A Defi_console.c1095 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
1102 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
H A Defi_net.c654 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
H A Defi_boottime.c193 case TPL_CALLBACK: in is_valid_tpl()
/openbmc/u-boot/include/
H A Defi_api.h54 #define TPL_CALLBACK 0x08 macro