secure_boot       780 arch/x86/boot/compressed/eboot.c 	if (boot_params->secure_boot == efi_secureboot_mode_unset)
secure_boot       781 arch/x86/boot/compressed/eboot.c 		boot_params->secure_boot = efi_get_secureboot(sys_table);
secure_boot        73 arch/x86/include/asm/bootparam_utils.h 			BOOT_PARAM_PRESERVE(secure_boot),
secure_boot       178 arch/x86/include/uapi/asm/bootparam.h 	__u8  secure_boot;				/* 0x1ec */
secure_boot        84 arch/x86/kernel/asm-offsets.c 	OFFSET(BP_secure_boot, boot_params, secure_boot);
secure_boot        60 arch/x86/kernel/ima_arch.c 		sb_mode = boot_params.secure_boot;
secure_boot       183 arch/x86/kernel/kexec-bzimage64.c 	params->secure_boot = boot_params.secure_boot;
secure_boot      1183 arch/x86/kernel/setup.c 		switch (boot_params.secure_boot) {
secure_boot       163 arch/x86/xen/efi.c 	boot_params->secure_boot = xen_efi_get_secureboot();
secure_boot       610 drivers/bluetooth/btintel.c 		    params->secure_boot ? "enabled" : "disabled");
secure_boot        28 drivers/bluetooth/btintel.h 	__u8     secure_boot;
secure_boot       131 drivers/firmware/efi/libstub/arm-stub.c 	enum efi_secureboot_mode secure_boot;
secure_boot       195 drivers/firmware/efi/libstub/arm-stub.c 	secure_boot = efi_get_secureboot(sys_table);
secure_boot       203 drivers/firmware/efi/libstub/arm-stub.c 	     secure_boot != efi_secureboot_mode_disabled) {