Searched refs:ext_header (Results 1 – 2 of 2) sorted by relevance
118 struct extended_sigtable *ext_header; in microcode_matches() local137 ext_header = (void *) mc_header + data_size + MC_HEADER_SIZE; in microcode_matches()138 ext_sig = (void *)ext_header + EXT_HEADER_SIZE; in microcode_matches()139 ext_sigcount = ext_header->count; in microcode_matches()231 struct extended_sigtable *ext_header = NULL; in microcode_sanity_check() local262 ext_header = mc + MC_HEADER_SIZE + data_size; in microcode_sanity_check()263 if (ext_table_size != exttable_size(ext_header)) { in microcode_sanity_check()269 ext_sigcount = ext_header->count; in microcode_sanity_check()275 ext_tablep = (u32 *)ext_header; in microcode_sanity_check()311 ext_sig = (void *)ext_header + EXT_HEADER_SIZE + in microcode_sanity_check()[all …]
166 static inline unsigned int pd_ext_header_chunk_num(u16 ext_header) in pd_ext_header_chunk_num() argument168 return (ext_header >> PD_EXT_HDR_CHUNK_NUM_SHIFT) & in pd_ext_header_chunk_num()172 static inline unsigned int pd_ext_header_data_size(u16 ext_header) in pd_ext_header_data_size() argument174 return (ext_header >> PD_EXT_HDR_DATA_SIZE_SHIFT) & in pd_ext_header_data_size()178 static inline unsigned int pd_ext_header_data_size_le(__le16 ext_header) in pd_ext_header_data_size_le() argument180 return pd_ext_header_data_size(le16_to_cpu(ext_header)); in pd_ext_header_data_size_le()