Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance
273 struct x86_platform_ops { struct274 unsigned long (*calibrate_cpu)(void);275 unsigned long (*calibrate_tsc)(void);276 void (*get_wallclock)(struct timespec64 *ts);277 int (*set_wallclock)(const struct timespec64 *ts);278 void (*iommu_shutdown)(void);279 bool (*is_untracked_pat_range)(u64 start, u64 end);303 extern struct x86_platform_ops x86_platform; argument