Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dtime.c497 now = get_tb_or_rtc(); in __timer_interrupt()
855 __this_cpu_write(decrementers_next_tb, get_tb_or_rtc() + evt); in decrementer_set_next_event()
877 *next_tb = get_tb_or_rtc(); in tick_broadcast_ipi_handler()
964 boot_tb = get_tb_or_rtc(); in time_init()
Dirq.c115 u64 now = get_tb_or_rtc(); in decrementer_check_overflow()
/linux-4.1.27/arch/powerpc/include/asm/
Dtime.h134 static inline u64 get_tb_or_rtc(void) in get_tb_or_rtc() function