Home
last modified time | relevance | path

Searched refs:TPL_APPLICATION (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_tpl.c93 boottime->restore_tpl(TPL_APPLICATION); in teardown()
160 if (old_tpl != TPL_APPLICATION) { in execute()
198 boottime->restore_tpl(TPL_APPLICATION); in execute()
/external/u-boot/lib/efi_loader/
Defi_boottime.c22 static efi_uintn_t efi_tpl = TPL_APPLICATION;
792 if (efi_tpl != TPL_APPLICATION) in efi_wait_for_event()
/external/u-boot/include/
Defi_api.h41 #define TPL_APPLICATION 0x04 macro