Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dbootparam.h91 struct boot_params { struct
92 struct screen_info screen_info; /* 0x000 */
93 struct apm_bios_info apm_bios_info; /* 0x040 */
94 __u8 _pad2[4]; /* 0x054 */
95 __u64 tboot_addr; /* 0x058 */
96 struct ist_info ist_info; /* 0x060 */
97 __u64 acpi_rsdp_addr; /* 0x070 */
98 __u8 _pad3[8]; /* 0x078 */
99 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
100 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h175 struct boot_params { struct
176 struct screen_info screen_info; /* 0x000 */
177 struct apm_bios_info apm_bios_info; /* 0x040 */
178 __u8 _pad2[4]; /* 0x054 */
179 __u64 tboot_addr; /* 0x058 */
180 struct ist_info ist_info; /* 0x060 */
181 __u64 acpi_rsdp_addr; /* 0x070 */
205 * it into a clean boot_params buffer. If it turns out that argument
212 __u8 sentinel; /* 0x1ef */
213 __u8 _pad6[1]; /* 0x1f0 */
[all …]
/external/crosvm/x86_64/src/
Dbootparam.rs398 pub struct boot_params { struct
399 pub screen_info: screen_info,
400 pub apm_bios_info: apm_bios_info,
401 pub _pad2: [__u8; 4usize],
402 pub tboot_addr: __u64,
403 pub ist_info: ist_info,
404 pub _pad3: [__u8; 16usize],
405 pub hd0_info: [__u8; 16usize],
406 pub hd1_info: [__u8; 16usize],
407 pub sys_desc_table: sys_desc_table,
[all …]
Dbzimage.rs59 ) -> Result<(boot_params, u64)> in load_bzimage()
Dlib.rs18 unsafe impl data_model::DataInit for bootparam::boot_params {} implementation
187 mut params: boot_params, in configure_system()
255 fn add_e820_entry(params: &mut boot_params, addr: u64, size: u64, mem_type: u32) -> Result<()> { in add_e820_entry()
446 fn load_kernel(mem: &GuestMemory, kernel_image: &mut File) -> Result<(boot_params, u64)> { in load_kernel()
476 params: boot_params, in setup_system_memory()
/external/u-boot/arch/arm/mach-omap2/
Dboot-common.c30 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local
224 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local