Home
last modified time | relevance | path

Searched defs:boot_params (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dbootparam.h96 struct boot_params { struct
97 struct screen_info screen_info; /* 0x000 */
98 struct apm_bios_info apm_bios_info; /* 0x040 */
99 __u8 _pad2[4]; /* 0x054 */
100 __u64 tboot_addr; /* 0x058 */
101 struct ist_info ist_info; /* 0x060 */
102 __u8 _pad3[16]; /* 0x070 */
103 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
104 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
105 struct sys_desc_table sys_desc_table; /* 0x0a0 */
[all …]
/linux-3.3/arch/x86/boot/
Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/linux-3.3/arch/x86/boot/compressed/
Deboot.c447 void setup_graphics(struct boot_params *boot_params) in setup_graphics()
693 static efi_status_t make_boot_params(struct boot_params *boot_params, in make_boot_params()
881 struct boot_params *boot_params; in efi_main() local
/linux-3.3/arch/x86/kernel/
Dsetup.c147 struct boot_params __initdata boot_params; variable
149 struct boot_params boot_params; variable