Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ducode.h110 } ucode_header_amd_t; typedef
114 ucode_header_amd_t uf_header;
/titanic_44/usr/src/uts/i86pc/os/
H A Dmicrocode.c369 ucode_header_amd_t *uh; in ucode_chipset_amd()
376 while (size >= sizeof (ucode_header_amd_t) + 8) { in ucode_chipset_amd()
378 uh = (ucode_header_amd_t *)ptr; in ucode_chipset_amd()
651 ucode_header_amd_t *uh; in ucode_match_amd()
653 if (ucodefp == NULL || size < sizeof (ucode_header_amd_t)) in ucode_match_amd()
/titanic_44/usr/src/cmd/ucodeadm/
H A Ducodeadm.c242 ucode_header_amd_t *uh; in ucode_gen_files_amd()
301 uh = (ucode_header_amd_t *)ptr; in ucode_gen_files_amd()