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