Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c38 #define JIT_TCALL_SKIP 4 macro
521 emit(ctx, daddiu, tmp, tmp, JIT_TCALL_SKIP); /* tmp += skip (4) */ in emit_tail_call()
H A Dbpf_jit_comp32.c49 #define JIT_TCALL_SKIP 12 macro
51 #define JIT_TCALL_SKIP 8 macro
1341 emit(ctx, addiu, t1, t1, JIT_TCALL_SKIP); /* t1 += skip (8 or 12) */ in emit_tail_call()