Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/vdso/
Dgettimeofday.S127 .macro jump_slot jumptable, index, label
128 .if (. - \jumptable) != 4 * (\index)
188 adr x_tmp, jumptable
193 jumptable: label
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
202 .if (. - jumptable) != 4 * (JUMPSLOT_MAX + 1)
/Linux-v4.19/arch/arm/mm/
Dabort-lv4t.S56 .data_unknown: @ Part of jumptable
/Linux-v4.19/kernel/bpf/
Dcore.c977 static const void *jumptable[256] = { in ___bpf_prog_run() local
993 goto *jumptable[insn->code]; in ___bpf_prog_run()