Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_event_groups.c67 ret = boottime->create_event_ex(0, TPL_NOTIFY, in execute()
H A Defi_selftest_config_table.c100 ret = boottime->create_event_ex(0, TPL_NOTIFY, in execute()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c670 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
H A Defi_boottime.c194 case TPL_NOTIFY: in is_valid_tpl()
/openbmc/u-boot/include/
H A Defi_api.h55 #define TPL_NOTIFY 0x10 macro