Searched defs:ucode_ops (Results 1 – 2 of 2) sorted by relevance
257 struct ucode_ops { struct258 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 { argument293 extern const struct ucode_ops *ucode; argument
67 static const struct ucode_ops ucode_ops[] = { variable