Searched defs:boot_params (Results 1 – 2 of 2) sorted by relevance
104 struct boot_params { struct107 __u8 _pad2[4]; /* 0x054 */108 __u64 tboot_addr; /* 0x058 */110 __u64 acpi_rsdp_addr; /* 0x070 */111 __u8 _pad3[8]; /* 0x078 */115 __u8 _pad4[144]; /* 0x0b0 */118 __u32 alt_mem_k; /* 0x1e0 */120 __u8 e820_entries; /* 0x1e8 */123 __u8 _pad6[6]; /* 0x1eb */128 __u8 _pad8[48]; /* 0xcd0 */[all …]
32 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local225 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local
Completed in 3 milliseconds