Lines Matching refs:microcode_patch
38 struct microcode_patch { struct
75 #define MC_HEADER_SIZE offsetof(struct microcode_patch, data) argument
77 static uint32_t get_datasize(const struct microcode_patch *patch) in get_datasize()
82 static uint32_t get_totalsize(const struct microcode_patch *patch) in get_totalsize()
94 const struct microcode_patch *patch) in get_ext_sigtable()
152 static int microcode_sanity_check(const struct microcode_patch *patch) in microcode_sanity_check()
255 static bool microcode_fits_cpu(const struct microcode_patch *mc) in microcode_fits_cpu()
277 const struct microcode_patch *old, const struct microcode_patch *new) in intel_compare()
289 static int cf_check apply_microcode(const struct microcode_patch *patch, in apply_microcode()
336 static struct microcode_patch *cf_check cpu_request_microcode( in cpu_request_microcode()
340 const struct microcode_patch *saved = NULL; in cpu_request_microcode()
341 struct microcode_patch *patch = NULL; in cpu_request_microcode()
345 const struct microcode_patch *mc; in cpu_request_microcode()
385 patch = (struct microcode_patch *)saved; in cpu_request_microcode()