Searched refs:MIPS_R_V1 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | ebpf_jit.c | 29 #define MIPS_R_V1 3 macro 305 emit_instr(ctx, addiu, MIPS_R_V1, MIPS_R_ZERO, MAX_TAIL_CALL_CNT); in gen_int_prologue() 347 MIPS_R_S4, MIPS_R_V1, MIPS_R_ZERO); in gen_int_prologue() 624 tcc_reg = (ctx->flags & EBPF_TCC_IN_V1) ? MIPS_R_V1 : MIPS_R_S4; in emit_bpf_tail_call() 647 emit_instr(ctx, daddu, MIPS_R_V1, MIPS_R_T5, MIPS_R_ZERO); in emit_bpf_tail_call()
|