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