Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dbootparam_utils.h73 BOOT_PARAM_PRESERVE(secure_boot), in sanitize_boot_params()
/linux/drivers/bluetooth/
H A Dbtintel.h82 u8 secure_boot; member
115 __u8 secure_boot; member
H A Dbtintel.c516 str_enabled_disabled(version->secure_boot)); in btintel_version_info_tlv()
616 version->secure_boot = tlv->val[0]; in btintel_parse_version_tlv()
937 str_enabled_disabled(params->secure_boot)); in btintel_read_boot_params()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h141 __u8 secure_boot; /* 0x1ec */ member
/linux/arch/x86/xen/
H A Defi.c146 boot_params->secure_boot = xen_efi_get_secureboot(); in xen_efi_init()
/linux/arch/x86/kernel/
H A Dasm-offsets.c95 OFFSET(BP_secure_boot, boot_params, secure_boot); in common()
H A Dkexec-bzimage64.c199 params->secure_boot = boot_params.secure_boot; in setup_efi_state()
H A Dsetup.c1158 switch (boot_params.secure_boot) { in setup_arch()
/linux/Documentation/arch/x86/
H A Dzero-page.rst41 1EC/001 ALL secure_boot Secure boot is enabled in the firmware
/linux/drivers/net/wireless/realtek/rtw89/
H A Defuse.c496 sec->secure_boot = true; in rtw89_efuse_read_fw_secure_ax()
500 "MSS secure_boot=%d(%d/%d) dev_type=%d cust_idx=%d key_num=%d mss_index=%d\n", in rtw89_efuse_read_fw_secure_ax()
501 sec->secure_boot, sec->can_mss_v0, sec->can_mss_v1, in rtw89_efuse_read_fw_secure_ax()
H A Defuse_be.c505 sec->secure_boot = true; in rtw89_efuse_read_fw_secure_be()
509 "MSS secure_boot=%d dev_type=%d cust_idx=%d key_num=%d\n", in rtw89_efuse_read_fw_secure_be()
510 sec->secure_boot, sec->mss_dev_type, sec->mss_cust_idx, in rtw89_efuse_read_fw_secure_be()
H A Dmac.c4125 if (rtwdev->chip->chip_gen != RTW89_CHIP_AX || sec->secure_boot) in rtw89_mac_dmac_tbl_init()
4139 if (rtwdev->chip->chip_gen != RTW89_CHIP_AX || sec->secure_boot) in rtw89_mac_cmac_tbl_init()
6961 if (!sec->secure_boot) in rtw89_fwdl_secure_idmem_share_mode_ax()
H A Dfw.c203 if (sec->secure_boot && chip->chip_id == RTL8852B) in rtw89_fw_hdr_parser_v0()
326 if (!sec->secure_boot) in __parse_formatted_mssc()
370 if (!sec->secure_boot) in __check_secure_blacklist()
418 if (sec->secure_boot) { in __parse_security_section()
H A Dcore.h4692 bool secure_boot: 1; member
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c901 * If the boot loader gave us a value for secure_boot then we use that, in efi_stub_entry()
904 if (boot_params->secure_boot == efi_secureboot_mode_unset) in efi_stub_entry()
905 boot_params->secure_boot = efi_get_secureboot(); in efi_stub_entry()
/linux/arch/powerpc/kernel/
H A DMakefile171 obj-$(CONFIG_PPC_SECURE_BOOT) += secure_boot.o ima_arch.o secvar-ops.o