Lines Matching full:early
16 * early loader:
87 * of @buf of size @buf_size. Set @early to use this function in the early path.
89 static bool verify_container(const u8 *buf, size_t buf_size, bool early) in verify_container() argument
94 if (!early) in verify_container()
102 if (!early) in verify_container()
113 * beginning of @buf of size @buf_size. Set @early to use this function in the
114 * early path.
116 static bool verify_equivalence_table(const u8 *buf, size_t buf_size, bool early) in verify_equivalence_table() argument
121 if (!verify_container(buf, buf_size, early)) in verify_equivalence_table()
126 if (!early) in verify_equivalence_table()
138 if (!early) in verify_equivalence_table()
149 * beginning of @buf of size @buf_size. Set @early to use this function in the
150 * early path.
156 __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize, bool early) in __verify_patch_section() argument
162 if (!early) in __verify_patch_section()
173 if (!early) in __verify_patch_section()
181 if (!early) in __verify_patch_section()
236 verify_patch(u8 family, const u8 *buf, size_t buf_size, u32 *patch_size, bool early) in verify_patch() argument
244 if (!__verify_patch_section(buf, buf_size, &sh_psize, early)) in verify_patch()
259 if (!early) in verify_patch()
267 if (!early) in verify_patch()
276 if (!early) in verify_patch()
408 * Early load occurs before we can vmalloc(). So we look for the microcode
657 * a patch could have been loaded early, set uci->mc so that in collect_cpu_info_amd()
862 /* save BSP's matching patch for early load */ in load_microcode_amd()
953 pr_info_once("microcode updated early to new patch_level=0x%08x\n", in init_amd_microcode()