Home
last modified time | relevance | path

Searched defs:x86_platform_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dx86_init.h292 struct x86_platform_ops { struct
293 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