ucode_patch       592 arch/x86/kernel/cpu/microcode/amd.c static struct ucode_patch *cache_find_patch(u16 equiv_cpu)
ucode_patch       594 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p;
ucode_patch       602 arch/x86/kernel/cpu/microcode/amd.c static void update_cache(struct ucode_patch *new_patch)
ucode_patch       604 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p;
ucode_patch       627 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p, *tmp;
ucode_patch       636 arch/x86/kernel/cpu/microcode/amd.c static struct ucode_patch *find_patch(unsigned int cpu)
ucode_patch       651 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p;
ucode_patch       674 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p;
ucode_patch       766 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *patch;
ucode_patch       840 arch/x86/kernel/cpu/microcode/amd.c 	struct ucode_patch *p;
ucode_patch       150 arch/x86/kernel/cpu/microcode/intel.c static struct ucode_patch *memdup_patch(void *data, unsigned int size)
ucode_patch       152 arch/x86/kernel/cpu/microcode/intel.c 	struct ucode_patch *p;
ucode_patch       154 arch/x86/kernel/cpu/microcode/intel.c 	p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL);
ucode_patch       170 arch/x86/kernel/cpu/microcode/intel.c 	struct ucode_patch *iter, *tmp, *p = NULL;
ucode_patch       425 arch/x86/kernel/cpu/microcode/intel.c 	struct ucode_patch *p;
ucode_patch       727 arch/x86/kernel/cpu/microcode/intel.c 	struct ucode_patch *iter, *tmp;