Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c38 int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; } in set_rtc_noop() function
57 x86_platform.set_wallclock = set_rtc_noop; in x86_wallclock_init()
/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h337 extern int set_rtc_noop(const struct timespec64 *now);
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c39 x86_platform.set_wallclock = set_rtc_noop; in hv_vtl_init_platform()