Home
last modified time | relevance | path

Searched refs:secure_boot (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kernel/
Dima_arch.c60 sb_mode = boot_params.secure_boot; in arch_ima_get_secureboot()
Dasm-offsets.c84 OFFSET(BP_secure_boot, boot_params, secure_boot); in common()
Dkexec-bzimage64.c183 params->secure_boot = boot_params.secure_boot; in setup_efi_state()
Dsetup.c1183 switch (boot_params.secure_boot) { in setup_arch()
/arch/x86/include/asm/
Dbootparam_utils.h73 BOOT_PARAM_PRESERVE(secure_boot), in sanitize_boot_params()
/arch/x86/xen/
Defi.c163 boot_params->secure_boot = xen_efi_get_secureboot(); in xen_efi_init()
/arch/x86/include/uapi/asm/
Dbootparam.h178 __u8 secure_boot; /* 0x1ec */ member
/arch/x86/boot/compressed/
Deboot.c780 if (boot_params->secure_boot == efi_secureboot_mode_unset) in efi_main()
781 boot_params->secure_boot = efi_get_secureboot(sys_table); in efi_main()