Searched refs:ext_header (Results 1 – 2 of 2) sorted by relevance
115 struct extended_sigtable *ext_header; in microcode_matches() local134 ext_header = (void *) mc_header + data_size + MC_HEADER_SIZE; in microcode_matches()135 ext_sig = (void *)ext_header + EXT_HEADER_SIZE; in microcode_matches()136 ext_sigcount = ext_header->count; in microcode_matches()228 struct extended_sigtable *ext_header = NULL; in microcode_sanity_check() local259 ext_header = mc + MC_HEADER_SIZE + data_size; in microcode_sanity_check()260 if (ext_table_size != exttable_size(ext_header)) { in microcode_sanity_check()266 ext_sigcount = ext_header->count; in microcode_sanity_check()272 ext_tablep = (u32 *)ext_header; in microcode_sanity_check()308 ext_sig = (void *)ext_header + EXT_HEADER_SIZE + in microcode_sanity_check()[all …]
157 static inline unsigned int pd_ext_header_chunk_num(u16 ext_header) in pd_ext_header_chunk_num() argument159 return (ext_header >> PD_EXT_HDR_CHUNK_NUM_SHIFT) & in pd_ext_header_chunk_num()163 static inline unsigned int pd_ext_header_data_size(u16 ext_header) in pd_ext_header_data_size() argument165 return (ext_header >> PD_EXT_HDR_DATA_SIZE_SHIFT) & in pd_ext_header_data_size()169 static inline unsigned int pd_ext_header_data_size_le(__le16 ext_header) in pd_ext_header_data_size_le() argument171 return pd_ext_header_data_size(le16_to_cpu(ext_header)); in pd_ext_header_data_size_le()