Lines Matching refs:uhp
111 ucode_header_intel_t *uhp, ucode_ext_table_intel_t *uetp) in ucode_match_intel() argument
113 if (uhp == NULL) in ucode_match_intel()
116 if (UCODE_MATCH_INTEL(cpi_sig, uhp->uh_signature, in ucode_match_intel()
117 uinfop->cui_platid, uhp->uh_proc_flags)) { in ucode_match_intel()
119 if (uinfop->cui_rev >= uhp->uh_rev && !ucode_force_update) in ucode_match_intel()
134 if (uinfop->cui_rev >= uhp->uh_rev && in ucode_match_intel()
219 ucode_header_intel_t *uhp = ucodefp->uf_header; in ucode_locate_intel() local
227 if ((rc = ucode_header_validate_intel(uhp)) == EM_OK) { in ucode_locate_intel()
228 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_locate_intel()
229 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_locate_intel()
280 if (ucode_checksum_intel_extsig(uhp, in ucode_locate_intel()
365 ucode_header_intel_t *uhp = (ucode_header_intel_t *)curbuf; in ucode_extract_intel() local
369 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
370 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_extract_intel()
377 tmprc = ucode_match_intel(uusp->sig, &uusp->info, uhp, uetp); in ucode_extract_intel()
393 uusp->expected_rev < uhp->uh_rev) { in ucode_extract_intel()
396 UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
397 uusp->expected_rev = uhp->uh_rev; in ucode_extract_intel()