Home
last modified time | relevance | path

Searched refs:uh_date (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c298 month = bcd_to_int(bitx32(patch->uh_date, 31, 24)); in ucode_convert_amd()
299 day = bcd_to_int(bitx32(patch->uh_date, 23, 16)); in ucode_convert_amd()
300 yearl = bcd_to_int(bitx32(patch->uh_date, 7, 0)); in ucode_convert_amd()
303 dbgprintf("implausible date code: 0x%x\n", patch->uh_date); in ucode_convert_amd()
763 uhp->uh_date, uhp->uh_body_size); in ucode_list_intel()
838 uh->uh_cpu_rev, uh->uh_patch_id, uh->uh_date, in ucode_list_amd()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducode_amd.h65 uint32_t uh_date; member
H A Ducode_intel.h46 uint32_t uh_date; member