Home
last modified time | relevance | path

Searched refs:ext_header (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dintel.c118 struct extended_sigtable *ext_header; in microcode_matches() local
137 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() local
262 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 …]
/Linux-v4.19/include/linux/usb/
Dpd.h166 static inline unsigned int pd_ext_header_chunk_num(u16 ext_header) in pd_ext_header_chunk_num() argument
168 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() argument
174 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() argument
180 return pd_ext_header_data_size(le16_to_cpu(ext_header)); in pd_ext_header_data_size_le()