Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c128 u32 cont_magic; in verify_container() local
137 cont_magic = *(const u32 *)buf; in verify_container()
138 if (cont_magic != UCODE_MAGIC) { in verify_container()
140 pr_debug("Invalid magic value (0x%08x).\n", cont_magic); in verify_container()