Searched refs:MIPS_R_T5 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/mips/net/ |
| D | bpf_jit.h | 18 #define MIPS_R_T5 13 macro 59 #define r_s1 MIPS_R_T5 /* scratch reg 2 */
|
| D | ebpf_jit.c | 36 #define MIPS_R_T5 13 macro 614 emit_instr(ctx, lwu, MIPS_R_T5, off, MIPS_R_A1); in emit_bpf_tail_call() 615 emit_instr(ctx, sltu, MIPS_R_AT, MIPS_R_T5, MIPS_R_A2); in emit_bpf_tail_call() 623 emit_instr(ctx, daddiu, MIPS_R_T5, in emit_bpf_tail_call() 626 emit_instr(ctx, bltz, MIPS_R_T5, b_off); in emit_bpf_tail_call() 646 emit_instr(ctx, daddu, MIPS_R_V1, MIPS_R_T5, MIPS_R_ZERO); in emit_bpf_tail_call()
|