Home
last modified time | relevance | path

Searched refs:boot_params (Results 1 – 11 of 11) sorted by relevance

/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
36 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
37 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
40 omap_boot_params = (struct omap_boot_parameters *)boot_params; in save_omap_boot_params()
151 boot_params = omap_boot_params->boot_device_descriptor; in save_omap_boot_params()
152 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
153 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
156 boot_params = *((u32 *)(boot_params + DEVICE_DATA_OFFSET)); in save_omap_boot_params()
157 if ((boot_params < NON_SECURE_SRAM_START) || in save_omap_boot_params()
158 (boot_params > NON_SECURE_SRAM_END)) in save_omap_boot_params()
[all …]
/external/u-boot/arch/x86/lib/
Dzimage.c131 struct boot_params *load_zimage(char *image, unsigned long kernel_size, in load_zimage()
134 struct boot_params *setup_base; in load_zimage()
139 struct boot_params *params = (struct boot_params *)image; in load_zimage()
143 setup_base = (struct boot_params *)DEFAULT_SETUP_BASE; in load_zimage()
212 setup_base = (struct boot_params *)0x90000; in load_zimage()
241 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage()
315 struct boot_params *base_ptr; in do_zboot()
Dbootm.c187 [boot_params] "S"(setup_base), in boot_linux_kernel()
/external/crosvm/x86_64/src/
Dbzimage.rs14 use crate::bootparam::boot_params;
59 ) -> Result<(boot_params, u64)> in load_bzimage() argument
63 let mut params: boot_params = Default::default(); in load_bzimage()
Dlib.rs18 unsafe impl data_model::DataInit for bootparam::boot_params {} implementation
55 use crate::bootparam::boot_params;
187 mut params: boot_params, in configure_system() argument
245 .checked_offset(zero_page_addr, mem::size_of::<boot_params>() as u64) in configure_system()
255 fn add_e820_entry(params: &mut boot_params, addr: u64, size: u64, mem_type: u32) -> Result<()> { in add_e820_entry() argument
446 fn load_kernel(mem: &GuestMemory, kernel_image: &mut File) -> Result<(boot_params, u64)> { in load_kernel() argument
476 params: boot_params, in setup_system_memory() argument
Dbootparam.rs398 pub struct boot_params { struct
433 impl Default for boot_params { argument
/external/u-boot/arch/x86/include/asm/
Dzimage.h33 struct boot_params *load_zimage(char *image, unsigned long kernel_size,
35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
Dbootparam.h91 struct boot_params { struct
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h175 struct boot_params { struct
/external/u-boot/doc/
DREADME.arm-relocation171 boot_params = XXXXXXXXXX
/external/u-boot/doc/arch/
Dx86.rst274 Building boot_params at 0x00090000