Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Damd.c387 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()
389 struct ucode_patch *p; in cache_find_patch()
397 static void update_cache(struct ucode_patch *new_patch) in update_cache()
399 struct ucode_patch *p; in update_cache()
422 struct ucode_patch *p, *tmp; in free_cache()
431 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
446 struct ucode_patch *p; in collect_cpu_info_amd()
506 struct ucode_patch *p; in apply_microcode_amd()
597 struct ucode_patch *patch; in verify_and_add_patch()
694 struct ucode_patch *p; in load_microcode_amd()
Dintel.c153 static struct ucode_patch *memdup_patch(void *data, unsigned int size) in memdup_patch()
155 struct ucode_patch *p; in memdup_patch()
157 p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL); in memdup_patch()
173 struct ucode_patch *iter, *tmp, *p = NULL; in save_microcode_patch()
428 struct ucode_patch *p; in show_saved_mc()
730 struct ucode_patch *iter, *tmp; in find_patch()
/Linux-v4.19/arch/x86/include/asm/
Dmicrocode.h9 struct ucode_patch { struct