Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Ducode_amd.h76 } ucode_header_amd_t; typedef
87 ucode_header_amd_t uf_header;
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c251 ucode_header_amd_t *patch; in ucode_convert_amd()
297 patch = (ucode_header_amd_t *)*bufp; in ucode_convert_amd()
324 patch = (ucode_header_amd_t *)(buf + csize - size); in ucode_convert_amd()
506 ucode_header_amd_t *uh = in ucode_gen_files_amd()
507 (ucode_header_amd_t *)section->usa_data; in ucode_gen_files_amd()
826 ucode_header_amd_t *uh = in ucode_list_amd()
827 (ucode_header_amd_t *)section->usa_data; in ucode_list_amd()
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c226 ucode_header_amd_t *uh; in ucode_match_amd()
228 if (ucodefp == NULL || size < sizeof (ucode_header_amd_t)) in ucode_match_amd()