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.c404 common_path, uhp->uh_signature, uhp->uh_proc_flags); in ucode_gen_files_intel()
433 uint32_t platid = uhp->uh_proc_flags & (1 << i); in ucode_gen_files_intel()
435 if (platid == 0 && uhp->uh_proc_flags != 0) in ucode_gen_files_intel()
442 uhp->uh_proc_flags, platid, name); in ucode_gen_files_intel()
454 if (uhp->uh_proc_flags == 0) in ucode_gen_files_intel()
563 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.c139 diff -= uhp->uh_signature + uhp->uh_proc_flags + in ucode_checksum_intel_extsig()
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_intel.c116 uinfop->cui_platid, uhp->uh_proc_flags)) { in ucode_match_intel()