Searched refs:jump_slot (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 127 .macro jump_slot jumptable, index, label macro 194 jump_slot jumptable, CLOCK_REALTIME, realtime 195 jump_slot jumptable, CLOCK_MONOTONIC, monotonic 198 jump_slot jumptable, CLOCK_MONOTONIC_RAW, monotonic_raw 199 jump_slot jumptable, CLOCK_REALTIME_COARSE, realtime_coarse 200 jump_slot jumptable, CLOCK_MONOTONIC_COARSE, monotonic_coarse
|