Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance
310 struct x86_platform_ops { struct311 unsigned long (*calibrate_cpu)(void);312 unsigned long (*calibrate_tsc)(void);313 void (*get_wallclock)(struct timespec64 *ts);337 extern struct x86_platform_ops x86_platform; argument