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