Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c842 unsigned int crnt_size = 0; in __load_microcode_amd() local
845 ret = verify_and_add_patch(family, fw, size, &crnt_size); in __load_microcode_amd()
849 fw += crnt_size + SECTION_HDR_SIZE; in __load_microcode_amd()
850 size -= (crnt_size + SECTION_HDR_SIZE); in __load_microcode_amd()