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

/illumos-gate/usr/src/uts/common/sys/
H A Ducode.h175 } ucode_file_t; typedef in typeref:union:ucode_file
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 *);
/illumos-gate/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)
253 ucode_file_reset_intel(ucode_file_t *ufp, processorid_t id)
406 ucode_locate_amd(cpu_t *cp, cpu_ucode_info_t *uinfop, ucode_file_t *uf
[all...]

Completed in 59 milliseconds