Searched refs:secure_boot (Results 1 – 16 of 16) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | bootparam_utils.h | 73 BOOT_PARAM_PRESERVE(secure_boot), in sanitize_boot_params()
|
/linux/drivers/bluetooth/ |
H A D | btintel.h | 82 u8 secure_boot; member 115 __u8 secure_boot; member
|
H A D | btintel.c | 516 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 D | bootparam.h | 141 __u8 secure_boot; /* 0x1ec */ member
|
/linux/arch/x86/xen/ |
H A D | efi.c | 146 boot_params->secure_boot = xen_efi_get_secureboot(); in xen_efi_init()
|
/linux/arch/x86/kernel/ |
H A D | asm-offsets.c | 95 OFFSET(BP_secure_boot, boot_params, secure_boot); in common()
|
H A D | kexec-bzimage64.c | 199 params->secure_boot = boot_params.secure_boot; in setup_efi_state()
|
H A D | setup.c | 1158 switch (boot_params.secure_boot) { in setup_arch()
|
/linux/Documentation/arch/x86/ |
H A D | zero-page.rst | 41 1EC/001 ALL secure_boot Secure boot is enabled in the firmware
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | efuse.c | 496 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 D | efuse_be.c | 505 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 D | mac.c | 4125 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 D | fw.c | 203 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 D | core.h | 4692 bool secure_boot: 1; member
|
/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 901 * 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 D | Makefile | 171 obj-$(CONFIG_PPC_SECURE_BOOT) += secure_boot.o ima_arch.o secvar-ops.o
|