Searched refs:MIPS_R_RA (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp32.c | 93 BIT(MIPS_R_RA)) 557 emit(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in emit_divmod_r64() 573 clobber_reg(ctx, MIPS_R_RA); in emit_divmod_r64() 773 emit(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in emit_atomic_r32() 787 clobber_reg(ctx, MIPS_R_RA); in emit_atomic_r32() 854 emit(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in emit_atomic_r64() 869 clobber_reg(ctx, MIPS_R_RA); in emit_atomic_r64() 893 emit(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in emit_cmpxchg_r32() 905 clobber_reg(ctx, MIPS_R_RA); in emit_cmpxchg_r32() 931 emit(ctx, jalr, MIPS_R_RA, MIPS_R_T9); in emit_cmpxchg_r64() [all …]
|
H A D | bpf_jit_comp.h | 53 #define MIPS_R_RA 31 /* Return */ macro
|
H A D | bpf_jit_comp64.c | 52 BIT(MIPS_R_RA)) 458 emit(ctx, jalr, MIPS_R_RA, tmp); in emit_call() 470 clobber_reg(ctx, MIPS_R_RA); in emit_call()
|
H A D | bpf_jit_comp.c | 984 build_epilogue(&ctx, MIPS_R_RA); in bpf_int_jit_compile() 1008 build_epilogue(&ctx, MIPS_R_RA); in bpf_int_jit_compile()
|