Lines Matching refs:uhp
559 ucode_header_intel_t *uhp = ucodefp->uf_header; in ucode_locate_intel() local
567 if ((rc = ucode_header_validate_intel(uhp)) == EM_OK) { in ucode_locate_intel()
568 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_locate_intel()
569 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_locate_intel()
694 ucode_header_intel_t *uhp, ucode_ext_table_intel_t *uetp) in ucode_match_intel() argument
696 if (uhp == NULL) in ucode_match_intel()
699 if (UCODE_MATCH_INTEL(cpi_sig, uhp->uh_signature, in ucode_match_intel()
700 uinfop->cui_platid, uhp->uh_proc_flags)) { in ucode_match_intel()
702 if (uinfop->cui_rev >= uhp->uh_rev && !ucode_force_update) in ucode_match_intel()
719 if (uinfop->cui_rev >= uhp->uh_rev && in ucode_match_intel()
983 ucode_header_intel_t *uhp = (ucode_header_intel_t *)curbuf; in ucode_extract_intel() local
987 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
988 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_extract_intel()
995 tmprc = ucode_match_intel(uusp->sig, &uusp->info, uhp, uetp); in ucode_extract_intel()
1011 uusp->expected_rev < uhp->uh_rev) { in ucode_extract_intel()
1018 UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
1019 uusp->expected_rev = uhp->uh_rev; in ucode_extract_intel()