Searched refs:section_header (Results 1 – 1 of 1) sorted by relevance
78 typedef struct section_header { struct103 const section_header_t *section_header; in ucode_amd_find() argument121 (sizeof(*container_header) + sizeof(*section_header))) { in ucode_amd_find()134 section_header = (const section_header_t *)fw_data; in ucode_amd_find()135 if (section_header->type != AMD_10H_EQUIV_TABLE_TYPE) { in ucode_amd_find()140 if (section_header->size == 0) { in ucode_amd_find()145 fw_data += sizeof(*section_header); in ucode_amd_find()146 fw_size -= sizeof(*section_header); in ucode_amd_find()148 if (section_header->size > fw_size) { in ucode_amd_find()153 if (section_header->size < sizeof(*equiv_cpu_table)) { in ucode_amd_find()[all …]