Searched refs:reg_header (Results 1 – 1 of 1) sorted by relevance
599 struct fadump_reg_save_area_header *reg_header; in fadump_build_cpu_notes() local614 reg_header = vaddr; in fadump_build_cpu_notes()615 if (be64_to_cpu(reg_header->magic_number) != REGSAVE_AREA_MAGIC) { in fadump_build_cpu_notes()620 pr_debug("Magic Number: %llx\n", be64_to_cpu(reg_header->magic_number)); in fadump_build_cpu_notes()621 pr_debug("NumCpuOffset: %x\n", be32_to_cpu(reg_header->num_cpu_offset)); in fadump_build_cpu_notes()623 vaddr += be32_to_cpu(reg_header->num_cpu_offset); in fadump_build_cpu_notes()