Home
last modified time | relevance | path

Searched refs:ucode_patch (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
Damd.c602 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()
604 struct ucode_patch *p; in cache_find_patch()
612 static void update_cache(struct ucode_patch *new_patch) in update_cache()
614 struct ucode_patch *p; in update_cache()
637 struct ucode_patch *p, *tmp; in free_cache()
646 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
661 struct ucode_patch *p; in collect_cpu_info_amd()
684 struct ucode_patch *p; in apply_microcode_amd()
776 struct ucode_patch *patch; in verify_and_add_patch()
851 struct ucode_patch *p; in load_microcode_amd()
Dintel.c103 static struct ucode_patch *memdup_patch(void *data, unsigned int size) in memdup_patch()
105 struct ucode_patch *p; in memdup_patch()
107 p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL); in memdup_patch()
123 struct ucode_patch *iter, *tmp, *p = NULL; in save_microcode_patch()
382 struct ucode_patch *p; in show_saved_mc()
678 struct ucode_patch *iter, *tmp; in find_patch()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmicrocode.h9 struct ucode_patch { struct