Searched refs:MIPS_R_SP (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp64.c | 599 emit(ctx, daddiu, MIPS_R_SP, MIPS_R_SP, -stack); in build_prologue() 606 emit(ctx, daddiu, fp, MIPS_R_SP, stack - saved); in build_prologue() 627 emit(ctx, daddiu, MIPS_R_SP, MIPS_R_SP, ctx->stack_size); in build_epilogue()
|
D | bpf_jit_comp.c | 135 emit(ctx, sw, reg, depth, MIPS_R_SP); in push_regs() 137 emit(ctx, sd, reg, depth, MIPS_R_SP); in push_regs() 158 emit(ctx, lw, reg, depth, MIPS_R_SP); in pop_regs() 160 emit(ctx, ld, reg, depth, MIPS_R_SP); in pop_regs()
|
D | bpf_jit_comp.h | 51 #define MIPS_R_SP 29 /* Stack ptr */ macro
|
D | bpf_jit_comp32.c | 1316 emit(ctx, lw, t2, ctx->stack_size, MIPS_R_SP); /* t2 = *(SP + size) */ in emit_tail_call() 1320 emit(ctx, sw, t2, ctx->stack_size, MIPS_R_SP); /* *(SP + size) = t2 */ in emit_tail_call() 1393 emit(ctx, sw, MIPS_R_T9, 0, MIPS_R_SP); in build_prologue() 1430 emit(ctx, addiu, MIPS_R_SP, MIPS_R_SP, -stack); in build_prologue() 1437 emit(ctx, addiu, lo(fp), MIPS_R_SP, stack - saved); in build_prologue() 1459 emit(ctx, addiu, MIPS_R_SP, MIPS_R_SP, ctx->stack_size); in build_epilogue()
|