Home
last modified time | relevance | path

Searched refs:__get_tick_patch_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/sparc/include/asm/
Dtimer_64.h52 extern struct get_tick_patch __get_tick_patch_end;
/linux-6.6.21/arch/sparc/kernel/
Dvmlinux.lds.S159 __get_tick_patch_end = .; symbol
Dtime_64.c807 for (p = &__get_tick_patch; p < &__get_tick_patch_end; p++) { in get_tick_patch()