Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance
315 struct x86_platform_ops { struct316 unsigned long (*calibrate_cpu)(void);317 unsigned long (*calibrate_tsc)(void);318 void (*get_wallclock)(struct timespec64 *ts);342 extern struct x86_platform_ops x86_platform; argument