Searched refs:tick_ops (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dtimex_64.h16 #define get_cycles() tick_ops->get_tick()
H A Dtimer_64.h33 extern struct sparc64_tick_ops *tick_ops;
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c177 t0 = tick_ops->get_tick();
184 t1 = tick_ops->get_tick();
232 tick_ops->add_tick(adj);
280 go[SLAVE] = tick_ops->get_tick();
H A Dtime_64.c206 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations;
207 EXPORT_SYMBOL(tick_ops); variable
H A Dirq_64.c898 tick_ops->disable_irq();

Completed in 203 milliseconds