Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance
292 struct x86_platform_ops { struct293 unsigned long (*calibrate_cpu)(void);294 unsigned long (*calibrate_tsc)(void);295 void (*get_wallclock)(struct timespec64 *ts);319 extern struct x86_platform_ops x86_platform; argument