Home
last modified time | relevance | path

Searched refs:set_rtc_noop (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/x86/kernel/
Dx86_init.c36 int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; } in set_rtc_noop() function
55 x86_platform.set_wallclock = set_rtc_noop; in x86_wallclock_init()
/linux-6.6.21/arch/x86/include/asm/
Dx86_init.h336 extern int set_rtc_noop(const struct timespec64 *now);
/linux-6.6.21/arch/x86/hyperv/
Dhv_vtl.c33 x86_platform.set_wallclock = set_rtc_noop; in hv_vtl_init_platform()