Lines Matching defs:x86_platform_ops
264 struct x86_platform_ops { struct
265 unsigned long (*calibrate_cpu)(void);
266 unsigned long (*calibrate_tsc)(void);
267 void (*get_wallclock)(struct timespec64 *ts);
268 int (*set_wallclock)(const struct timespec64 *ts);
269 void (*iommu_shutdown)(void);
270 bool (*is_untracked_pat_range)(u64 start, u64 end);
271 void (*nmi_init)(void);
272 unsigned char (*get_nmi_reason)(void);
273 void (*save_sched_clock_state)(void);
297 extern struct x86_platform_ops x86_platform; argument