Home
last modified time | relevance | path

Searched defs:get_tick_patch (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dtimer_64.h45 struct get_tick_patch { struct
51 extern struct get_tick_patch __get_tick_patch; argument
/linux/arch/sparc/kernel/
H A Dvmlinux.lds.S163 *(.get_tick_patch)
164 __get_tick_patch_end = .;
H A Dtime_64.c801 static void __init get_tick_patch(void) in get_tick_patch() function