Searched refs:MIPS_R_S4 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/mips/net/ |
| D | bpf_jit.h | 28 #define MIPS_R_S4 20 macro 57 #define r_X MIPS_R_S4
|
| D | ebpf_jit.c | 45 #define MIPS_R_S4 20 /* BPF_TCC */ macro 331 emit_instr(ctx, sd, MIPS_R_S4, store_offset, MIPS_R_SP); in gen_int_prologue() 336 emit_instr(ctx, daddu, MIPS_R_S4, MIPS_R_V1, MIPS_R_ZERO); in gen_int_prologue() 374 emit_instr(ctx, ld, MIPS_R_S4, store_offset, MIPS_R_SP); in build_int_epilogue() 603 (ctx->flags & EBPF_TCC_IN_V1) ? MIPS_R_V1 : MIPS_R_S4, -1); in emit_bpf_tail_call()
|