Home
last modified time | relevance | path

Searched refs:TPL_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_event_groups.c67 ret = boottime->create_event_ex(0, TPL_NOTIFY, in execute()
Defi_selftest_config_table.c101 ret = boottime->create_event_ex(0, TPL_NOTIFY, in execute()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_net.c923 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
Defi_boottime.c246 case TPL_NOTIFY: in is_valid_tpl()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h55 #define TPL_NOTIFY 0x10 macro