Home
last modified time | relevance | path

Searched refs:restore_tpl (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c93 boottime->restore_tpl(TPL_APPLICATION); in teardown()
198 boottime->restore_tpl(TPL_APPLICATION); in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h256 void *restore_tpl; member
330 u32 restore_tpl; member
/openbmc/u-boot/include/
H A Defi_api.h65 void (EFIAPI *restore_tpl)(efi_uintn_t old_tpl);
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3149 .restore_tpl = efi_restore_tpl,