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