Home
last modified time | relevance | path

Searched refs:ucode_file_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ducode.h175 } ucode_file_t; typedef
261 void (*file_reset)(ucode_file_t *, processorid_t);
263 uint32_t (*load)(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
266 ucode_errno_t (*locate)(cpu_t *, cpu_ucode_info_t *, ucode_file_t *);
/titanic_41/usr/src/uts/i86pc/os/
H A Dmicrocode.c63 static ucode_file_t ucodefile;
75 static void ucode_file_reset_amd(ucode_file_t *, processorid_t);
76 static void ucode_file_reset_intel(ucode_file_t *, processorid_t);
78 static uint32_t ucode_load_amd(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
79 static uint32_t ucode_load_intel(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
89 ucode_file_t *);
91 ucode_file_t *);
241 ucode_file_reset_amd(ucode_file_t *ufp, processorid_t id) in ucode_file_reset_amd()
253 ucode_file_reset_intel(ucode_file_t *ufp, processorid_t id) in ucode_file_reset_intel()
406 ucode_locate_amd(cpu_t *cp, cpu_ucode_info_t *uinfop, ucode_file_t *ufp) in ucode_locate_amd()
[all …]