Searched refs:MIPS_R_RA (Results 1 – 3 of 3) sorted by relevance
/arch/mips/net/ |
D | bpf_jit.h | 30 #define MIPS_R_RA 31 macro 64 #define r_ra MIPS_R_RA
|
D | ebpf_jit.c | 50 #define MIPS_R_RA 31 macro 316 MIPS_R_RA, store_offset, MIPS_R_SP); in gen_int_prologue() 360 if (dest_reg == MIPS_R_RA) { in build_int_epilogue() 369 MIPS_R_RA, store_offset, MIPS_R_SP); in build_int_epilogue() 1312 emit_instr(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in build_one_insn() 1885 if (build_int_epilogue(&ctx, MIPS_R_RA)) in bpf_int_jit_compile() 1904 if (build_int_epilogue(&ctx, MIPS_R_RA)) in bpf_int_jit_compile()
|
D | bpf_jit.c | 727 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body() 783 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body()
|