Home
last modified time | relevance | path

Searched refs:sparc64_tick_ops (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dtimer_64.h17 struct sparc64_tick_ops { struct
33 extern struct sparc64_tick_ops *tick_ops; argument
/linux/arch/sparc/kernel/
H A Dtime_64.c196 static struct sparc64_tick_ops tick_operations __cacheline_aligned = {
207 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations;
288 static struct sparc64_tick_ops stick_operations __read_mostly = {
422 static struct sparc64_tick_ops hbtick_operations __read_mostly = {
821 static void __init init_tick_ops(struct sparc64_tick_ops *ops) in init_tick_ops()