Lines Matching full:container

45  * This points to the current valid container of microcode patches which we will
61 * Microcode patch container file is prepended to the initrd in cpio
86 * Check whether there is a valid microcode container file at the beginning
95 pr_debug("Truncated microcode container header.\n"); in verify_container()
127 pr_debug("Wrong microcode container equivalence table type: %u.\n", in verify_equivalence_table()
174 pr_debug("Invalid type field (0x%x) in container file section header.\n", in __verify_patch_section()
290 * This scans the ucode blob for the proper container as we can have multiple
314 * doesn't contain a patch for the CPU, scan through the whole container in parse_container()
323 * Scan through the rest of the container to find where it ends. We do in parse_container()
335 * container, if there's one: in parse_container()
356 * container which has a patch for this CPU so return 0 to mean, @ucode in parse_container()
357 * already points to the proper container. Otherwise, we return the size in parse_container()
358 * we scanned so that we can advance to the next container in the in parse_container()
373 * Scan the ucode blob for the proper container as we can have multiple
409 * patch container file in initrd, traverse equivalent cpu table, look for a
416 * Returns true if container found (sets @desc), false otherwise.
817 pr_err("invalid type field in container file section header\n"); in __load_microcode_amd()
897 /* reload ucode container only on the boot cpu */ in request_microcode_amd()