Home
last modified time | relevance | path

Searched defs:ucode_ops (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ducode.h258 struct ucode_ops { struct
259 uint32_t write_msr;
260 int (*capable)(cpu_t *);
261 void (*file_reset)(ucode_file_t *, processorid_t);
262 void (*read_rev)(cpu_ucode_info_t *);
263 uint32_t (*load)(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
287 struct ucode_ops { struct
294 extern const struct ucode_ops *ucode; argument
/titanic_41/usr/src/cmd/ucodeadm/
H A Ducodeadm.c67 static const struct ucode_ops ucode_ops[] = { variable