Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Ducode.h257 struct ucode_ops { struct
258 uint32_t write_msr;
259 int (*capable)(cpu_t *);
260 void (*file_reset)(ucode_file_t *, processorid_t);
261 void (*read_rev)(cpu_ucode_info_t *);
262 uint32_t (*load)(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
286 struct ucode_ops { argument
293 extern const struct ucode_ops *ucode; argument
/onnv-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c67 static const struct ucode_ops ucode_ops[] = { variable