Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_watchdog.c80 TPL_CALLBACK, notify, in setup()
88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
A Defi_selftest_events.c52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup()
59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
A Defi_selftest_exitbootservices.c48 TPL_CALLBACK, notify, in setup()
A Defi_selftest_tpl.c50 TPL_CALLBACK, notify, in setup()
159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
A Defi_selftest_set_virtual_address_map.c89 TPL_CALLBACK, notify, NULL, in setup()
A Defi_selftest_register_notify.c80 TPL_CALLBACK, notify, &context, in setup()
A Defi_selftest_bitblt.c110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
A Defi_selftest_snp.c190 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
/u-boot/lib/efi_loader/
A Defi_watchdog.c72 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
A Defi_var_mem.c263 ret = efi_create_event(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in efi_var_mem_init()
268 ret = efi_create_event(EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE, TPL_CALLBACK, in efi_var_mem_init()
A Defi_console.c1294 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
1301 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
A Defi_net.c949 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
A Defi_boottime.c265 case TPL_CALLBACK: in is_valid_tpl()
/u-boot/include/
A Defi_api.h53 #define TPL_CALLBACK 0x08 macro

Completed in 25 milliseconds