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