Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance
299 struct x86_platform_ops { struct300 unsigned long (*calibrate_cpu)(void);301 unsigned long (*calibrate_tsc)(void);302 void (*get_wallclock)(struct timespec64 *ts);326 extern struct x86_platform_ops x86_platform; argument