Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dsecureboot.c30 enum efi_secureboot_mode efi_get_secureboot(void) in efi_get_secureboot() function
H A Defi-stub.c211 secure_boot = efi_get_secureboot(); in efi_pe_entry()
H A Dx86-stub.c791 boot_params->secure_boot = efi_get_secureboot(); in efi_main()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h1096 enum efi_secureboot_mode efi_get_secureboot(void);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0032-efi-Add-secure-boot-detection.patch396 + * drivers/firmware/efi/libstub/secureboot.c:efi_get_secureboot().