Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dbootparam.h84 struct boot_params { struct
85 struct screen_info screen_info; /* 0x000 */
86 struct apm_bios_info apm_bios_info; /* 0x040 */
87 __u8 _pad2[12]; /* 0x054 */
88 struct ist_info ist_info; /* 0x060 */
89 __u8 _pad3[16]; /* 0x070 */
90 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
91 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
92 struct sys_desc_table sys_desc_table; /* 0x0a0 */
93 __u8 _pad4[144]; /* 0x0b0 */
[all …]
/arch/x86/boot/
Dmain.c17 struct boot_params boot_params __attribute__((aligned(16))); variable
/arch/arm/include/asm/mach/
Darch.h28 unsigned long boot_params; /* tagged list */ member
/arch/x86/kernel/
Dsetup.c116 struct boot_params __initdata boot_params; variable
118 struct boot_params boot_params; variable