Home
last modified time | relevance | path

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

/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dbootparam.h135 struct boot_params { struct
136 struct screen_info screen_info;
137 struct apm_bios_info apm_bios_info;
139 __u8 _pad2[4];
140 __u64 tboot_addr;
141 struct ist_info ist_info;
142 __u8 _pad3[16];
144 __u8 hd0_info[16];
145 __u8 hd1_info[16];
146 struct sys_desc_table sys_desc_table;
[all …]
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dbootparam.h135 struct boot_params { struct
136 struct screen_info screen_info;
137 struct apm_bios_info apm_bios_info;
139 __u8 _pad2[4];
140 __u64 tboot_addr;
141 struct ist_info ist_info;
142 __u8 _pad3[16];
144 __u8 hd0_info[16];
145 __u8 hd1_info[16];
146 struct sys_desc_table sys_desc_table;
[all …]