Searched defs:boot_params (Results 1 – 2 of 2) sorted by relevance
88 struct boot_params { struct89 struct screen_info screen_info; /* 0x000 */90 struct apm_bios_info apm_bios_info; /* 0x040 */91 __u8 _pad2[4]; /* 0x054 */92 __u64 tboot_addr; /* 0x058 */93 struct ist_info ist_info; /* 0x060 */94 __u8 _pad3[16]; /* 0x070 */95 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */96 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */97 struct sys_desc_table sys_desc_table; /* 0x0a0 */[all …]
32 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local225 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local