ucode_patch
struct ucode_patch *patch;
struct ucode_patch *p;
static inline bool patch_cpus_equivalent(struct ucode_patch *p,
struct ucode_patch *n,
static struct ucode_patch *cache_find_patch(struct ucode_cpu_info *uci, u16 equiv_cpu)
struct ucode_patch *p;
struct ucode_patch n;
static inline int patch_newer(struct ucode_patch *p, struct ucode_patch *n)
static void update_cache(struct ucode_patch *new_patch)
struct ucode_patch *p;
struct ucode_patch *p, *tmp;
static struct ucode_patch *find_patch(unsigned int cpu)
struct ucode_patch *p;
struct ucode_patch *p;
struct ucode_patch *p;
unsigned long long ucode_patch = 0;
if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch))
fprintf(outf, " microcode 0x%x", (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF));