Lines Matching defs:boot_param_header
52 struct boot_param_header { struct
53 __be32 magic; /* magic word OF_DT_HEADER */
54 __be32 totalsize; /* total size of DT block */
55 __be32 off_dt_struct; /* offset to structure */
56 __be32 off_dt_strings; /* offset to strings */
57 __be32 off_mem_rsvmap; /* offset to memory reserve map */
58 __be32 version; /* format version */
59 __be32 last_comp_version; /* last compatible version */
61 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */
63 __be32 dt_strings_size; /* size of the DT strings block */
65 __be32 dt_struct_size; /* size of the DT structure block */