Searched refs:bootinfo (Results 1 – 7 of 7) sorted by relevance
14 header-y += bootinfo.h15 header-y += bootinfo-amiga.h16 header-y += bootinfo-apollo.h17 header-y += bootinfo-atari.h18 header-y += bootinfo-hp300.h19 header-y += bootinfo-mac.h20 header-y += bootinfo-q40.h21 header-y += bootinfo-vme.h
89 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) in s3fwrn5_fw_get_bootinfo() argument113 memcpy(bootinfo, rsp->data + S3FWRN5_FW_HDR_SIZE, 10); in s3fwrn5_fw_get_bootinfo()336 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo, u32 *base_addr) in s3fwrn5_fw_get_base_addr() argument351 if (bootinfo->hw_version[0] == match[i].version[0] && in s3fwrn5_fw_get_base_addr()352 bootinfo->hw_version[1] == match[i].version[1] && in s3fwrn5_fw_get_base_addr()353 bootinfo->hw_version[3] == match[i].version[3]) { in s3fwrn5_fw_get_base_addr()362 s3fwrn5_fw_is_custom(struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) in s3fwrn5_fw_is_custom() argument364 return !!bootinfo->hw_version[2]; in s3fwrn5_fw_is_custom()369 struct s3fwrn5_fw_cmd_get_bootinfo_rsp bootinfo; in s3fwrn5_fw_setup() local383 ret = s3fwrn5_fw_get_bootinfo(fw_info, &bootinfo); in s3fwrn5_fw_setup()[all …]
114 bool "Export bootinfo in procfs"117 Say Y to export the bootinfo used to boot the kernel in a118 "bootinfo" file in procfs. This is useful with kexec.
56 trustzone-bootinfo@80002000 {57 compatible = "mediatek,trustzone-bootinfo";
81 trustzone-bootinfo@80002000 {82 compatible = "mediatek,trustzone-bootinfo";
283 static char bootinfo[] __initdata in tcb_clksrc_init() local333 printk(bootinfo, clksrc.name, CONFIG_ATMEL_TCB_CLKSRC_BLOCK, in tcb_clksrc_init()
31 __be32 bootinfo[3]; /* Info needed by mboot */ in sun_partition() member