Home
last modified time | relevance | path

Searched refs:uh_proc_flags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c595 common_path, uhp->uh_signature, uhp->uh_proc_flags); in ucode_gen_files_intel()
628 uint32_t platid = uhp->uh_proc_flags & (1 << i); in ucode_gen_files_intel()
630 if (platid == 0 && uhp->uh_proc_flags != 0) in ucode_gen_files_intel()
641 uhp->uh_proc_flags, platid, name); in ucode_gen_files_intel()
653 if (uhp->uh_proc_flags == 0) in ucode_gen_files_intel()
759 uhp->uh_signature, uhp->uh_proc_flags, in ucode_list_intel()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducode_intel.h50 uint32_t uh_proc_flags; member
/illumos-gate/usr/src/common/ucode/
H A Ducode_utils_intel.c137 diff -= uhp->uh_signature + uhp->uh_proc_flags + uhp->uh_checksum; in ucode_checksum_intel_extsig()
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_intel.c117 uinfop->cui_platid, uhp->uh_proc_flags)) { in ucode_match_intel()