Lines Matching defs:fw_dump
101 struct fw_dump { struct
102 unsigned long reserve_dump_area_start;
103 unsigned long reserve_dump_area_size;
105 unsigned long reserve_bootvar;
107 unsigned long cpu_state_data_size;
108 u64 cpu_state_dest_vaddr;
109 u32 cpu_state_data_version;
110 u32 cpu_state_entry_size;
112 unsigned long hpte_region_size;
114 unsigned long boot_memory_size;
115 u64 boot_mem_dest_addr;
116 u64 boot_mem_addr[FADUMP_MAX_MEM_REGS];
117 u64 boot_mem_sz[FADUMP_MAX_MEM_REGS];
118 u64 boot_mem_top;
119 u64 boot_mem_regs_cnt;
121 unsigned long fadumphdr_addr;
122 u64 elfcorehdr_addr;
123 u64 elfcorehdr_size;
124 unsigned long cpu_notes_buf_vaddr;
125 unsigned long cpu_notes_buf_size;
149 u64 (*fadump_init_mem_struct)(struct fw_dump *fadump_conf); argument
175 struct fw_dump { struct
183 extern void rtas_fadump_dt_scan(struct fw_dump *fadump_conf, u64 node); argument