Lines Matching refs:uhp
335 ucode_header_intel_t *uhp; in ucode_gen_files_intel() local
338 uhp = (ucode_header_intel_t *)(intptr_t)curbuf; in ucode_gen_files_intel()
340 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_gen_files_intel()
341 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_gen_files_intel()
346 common_path, uhp->uh_signature, uhp->uh_proc_flags); in ucode_gen_files_intel()
349 if (ucode_should_update_intel(firstname, uhp->uh_rev) != 0) { in ucode_gen_files_intel()
375 uint32_t platid = uhp->uh_proc_flags & (1 << i); in ucode_gen_files_intel()
377 if (platid == 0 && uhp->uh_proc_flags != 0) in ucode_gen_files_intel()
381 "%s/%08X-%02X", path, uhp->uh_signature, platid); in ucode_gen_files_intel()
384 uhp->uh_proc_flags, platid, name); in ucode_gen_files_intel()
386 if (ucode_should_update_intel(name, uhp->uh_rev) != 0) { in ucode_gen_files_intel()
397 if (uhp->uh_proc_flags == 0) in ucode_gen_files_intel()
424 if (ucode_should_update_intel(name, uhp->uh_rev) in ucode_gen_files_intel()