Searched refs:MIPS_R_T5 (Results 1 – 2 of 2) sorted by relevance
/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 615 emit_instr(ctx, lwu, MIPS_R_T5, off, MIPS_R_A1); in emit_bpf_tail_call() 616 emit_instr(ctx, sltu, MIPS_R_AT, MIPS_R_T5, MIPS_R_A2); in emit_bpf_tail_call() 625 emit_instr(ctx, daddiu, MIPS_R_T5, tcc_reg, -1); in emit_bpf_tail_call() 647 emit_instr(ctx, daddu, MIPS_R_V1, MIPS_R_T5, MIPS_R_ZERO); in emit_bpf_tail_call()
|