Home
last modified time | relevance | path

Searched refs:new_mc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c472 u8 *new_mc = NULL, *mc = NULL;
519 kvfree(new_mc); in apply_microcode_early()
521 new_mc = mc; in apply_microcode_early()
529 if (!new_mc) in save_microcode_in_initrd_intel()
532 ucode_patch_late = (struct microcode_intel *)new_mc; in save_microcode_in_initrd_intel()
537 kvfree(new_mc); in save_microcode_in_initrd_intel()
751 u8 *new_mc = NULL, *mc = NULL; generic_load_microcode() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c842 struct mlx4_en_mc_list *dst_tmp, *src_tmp, *new_mc; in update_mclist_flags() local
873 new_mc = kmemdup(src_tmp, in update_mclist_flags()
876 if (!new_mc) in update_mclist_flags()
879 new_mc->action = MCLIST_ADD; in update_mclist_flags()
880 list_add_tail(&new_mc->list, dst); in update_mclist_flags()