Searched refs:MIPS_R_T5 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/mips/net/ |
| D | bpf_jit.h | 21 #define MIPS_R_T5 13 macro 62 #define r_s1 MIPS_R_T5 /* scratch reg 2 */
|
| D | ebpf_jit.c | 38 #define MIPS_R_T5 13 macro 593 emit_instr(ctx, lwu, MIPS_R_T5, off, MIPS_R_A1); in emit_bpf_tail_call() 594 emit_instr(ctx, sltu, MIPS_R_AT, MIPS_R_T5, MIPS_R_A2); in emit_bpf_tail_call() 602 emit_instr(ctx, daddiu, MIPS_R_T5, in emit_bpf_tail_call() 605 emit_instr(ctx, bltz, MIPS_R_T5, b_off); in emit_bpf_tail_call() 625 emit_instr(ctx, daddu, MIPS_R_V1, MIPS_R_T5, MIPS_R_ZERO); in emit_bpf_tail_call()
|