Searched refs:TPL_CALLBACK (Results 1 – 14 of 14) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_watchdog.c | 80 TPL_CALLBACK, notify, in setup() 88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
A D | efi_selftest_events.c | 52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup() 59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
A D | efi_selftest_exitbootservices.c | 48 TPL_CALLBACK, notify, in setup()
|
A D | efi_selftest_tpl.c | 50 TPL_CALLBACK, notify, in setup() 159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
|
A D | efi_selftest_set_virtual_address_map.c | 89 TPL_CALLBACK, notify, NULL, in setup()
|
A D | efi_selftest_register_notify.c | 80 TPL_CALLBACK, notify, &context, in setup()
|
A D | efi_selftest_bitblt.c | 110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
|
A D | efi_selftest_snp.c | 190 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
|
/u-boot/lib/efi_loader/ |
A D | efi_watchdog.c | 72 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
A D | efi_var_mem.c | 263 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 D | efi_console.c | 1294 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 D | efi_net.c | 949 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
|
A D | efi_boottime.c | 265 case TPL_CALLBACK: in is_valid_tpl()
|
/u-boot/include/ |
A D | efi_api.h | 53 #define TPL_CALLBACK 0x08 macro
|
Completed in 25 milliseconds