Home
last modified time | relevance | path

Searched refs:read_current_timer (Results 1 – 10 of 10) sorted by relevance

/arch/arm/lib/
A Ddelay.c30 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
35 *timer_val = delay_timer->read_current_timer(); in read_current_timer()
38 EXPORT_SYMBOL_GPL(read_current_timer);
/arch/hexagon/include/asm/
A Dtimex.h17 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
/arch/arm/include/asm/
A Dtimex.h13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
A Ddelay.h47 unsigned long (*read_current_timer)(void); member
/arch/arm/kernel/
A Darch_timer.c27 arch_delay_timer.read_current_timer = arch_timer_read_counter_long; in arch_timer_delay_timer_register()
/arch/openrisc/lib/
A Ddelay.c24 int read_current_timer(unsigned long *timer_value) in read_current_timer() function
/arch/riscv/include/asm/
A Dtimex.h85 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
/arch/x86/lib/
A Ddelay.c192 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
/arch/arm/plat-orion/
A Dtime.c192 .read_current_timer = orion_delay_timer_read,
/arch/sparc/kernel/
A Dtime_64.c897 int read_current_timer(unsigned long *timer_val) in read_current_timer() function

Completed in 13 milliseconds