Lines Matching full:container
85 * This points to the current valid container of microcode patches which we will
100 * Microcode patch container file is prepended to the initrd in cpio
123 * Check whether there is a valid microcode container file at the beginning
132 pr_debug("Truncated microcode container header.\n"); in verify_container()
164 pr_debug("Wrong microcode container equivalence table type: %u.\n", in verify_equivalence_table()
211 pr_debug("Invalid type field (0x%x) in container file section header.\n", in __verify_patch_section()
326 * This scans the ucode blob for the proper container as we can have multiple
350 * doesn't contain a patch for the CPU, scan through the whole container in parse_container()
359 * Scan through the rest of the container to find where it ends. We do in parse_container()
370 * Patch verification failed, skip to the next container, if in parse_container()
371 * there is one. Before exit, check whether that container has in parse_container()
394 * container which has a patch for this CPU so return 0 to mean, @ucode in parse_container()
395 * already points to the proper container. Otherwise, we return the size in parse_container()
396 * we scanned so that we can advance to the next container in the in parse_container()
410 * Scan the ucode blob for the proper container as we can have multiple
446 * patch container file in initrd, traverse equivalent cpu table, look for a
453 * Returns true if container found (sets @desc), false otherwise.
836 pr_err("invalid type field in container file section header\n"); in __load_microcode_amd()