Lines Matching refs:fdh
307 struct fadump_crash_info_header *fdh = NULL;
342 fdh = __va(fadump_conf->fadumphdr_addr);
354 if (fdh && !cpumask_test_cpu(cpu, &fdh->online_mask)) {
359 if (fdh && fdh->crashing_cpu == cpu) {
360 regs = fdh->regs;
371 if (fdh) {
373 fdh->elfcorehdr_addr);
374 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr));
390 struct fadump_crash_info_header *fdh;
412 fdh = __va(fadump_conf->fadumphdr_addr);
413 if (fdh->magic_number != FADUMP_CRASH_INFO_MAGIC) {
427 elfcorehdr_addr = fdh->elfcorehdr_addr;
472 static void rtas_fadump_trigger(struct fadump_crash_info_header *fdh,