Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kexec/
Dtest_kexec_load.sh29 secureboot=$?
35 if [ $secureboot -eq 1 ] && [ $arch_policy -eq 1 ]; then
42 if [ $secureboot -eq 1 ] && [ $arch_policy -eq 1 ] ; then
Dtest_kexec_file_load.sh126 if [ $secureboot -eq 1 ] && [ $arch_policy -eq 1 ] && \
226 secureboot=$?
/linux-5.19.10/arch/powerpc/kernel/
Dsecure_boot.c26 u32 secureboot; in is_ppc_secureboot_enabled() local
35 if (!of_property_read_u32(of_root, "ibm,secure-boot", &secureboot)) in is_ppc_secureboot_enabled()
36 enabled = (secureboot > 1); in is_ppc_secureboot_enabled()
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-secvar5 secureboot, thereby secure variables. It exposes interface
/linux-5.19.10/drivers/firmware/efi/libstub/
DMakefile62 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \