Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dtimer_64.h44 #define GET_TICK_NINSTR 13 macro
47 unsigned int tick[GET_TICK_NINSTR];
48 unsigned int stick[GET_TICK_NINSTR];
93 : "i" (ASI_PHYS_BYPASS_EC_E), "i" (GET_TICK_NINSTR)); in get_tick()
/linux/arch/sparc/kernel/
H A Dtime_64.c812 for (i = 0; i < GET_TICK_NINSTR; i++) { in get_tick_patch()