Lines Matching refs:uhp
393 ucode_header_intel_t *uhp; in ucode_gen_files_intel() local
396 uhp = (ucode_header_intel_t *)(uintptr_t)curbuf; in ucode_gen_files_intel()
398 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_gen_files_intel()
399 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_gen_files_intel()
404 common_path, uhp->uh_signature, uhp->uh_proc_flags); in ucode_gen_files_intel()
407 if (ucode_should_update_intel(firstname, uhp->uh_rev) != 0) { in ucode_gen_files_intel()
433 uint32_t platid = uhp->uh_proc_flags & (1 << i); in ucode_gen_files_intel()
435 if (platid == 0 && uhp->uh_proc_flags != 0) in ucode_gen_files_intel()
439 "%s/%08X-%02X", path, uhp->uh_signature, platid); in ucode_gen_files_intel()
442 uhp->uh_proc_flags, platid, name); in ucode_gen_files_intel()
445 uhp->uh_rev) != 0) { in ucode_gen_files_intel()
454 if (uhp->uh_proc_flags == 0) in ucode_gen_files_intel()
486 uhp->uh_rev) != 0) { in ucode_gen_files_intel()
549 ucode_header_intel_t *uhp; in ucode_list_intel() local
552 uhp = (ucode_header_intel_t *)(uintptr_t)curbuf; in ucode_list_intel()
554 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_list_intel()
555 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_list_intel()
559 ucode_fms(uhp->uh_signature, &family, &model, &stepping); in ucode_list_intel()
563 uhp->uh_signature, uhp->uh_proc_flags, in ucode_list_intel()
567 uhp->uh_date, uhp->uh_body_size); in ucode_list_intel()