Lines Matching refs:stack_depth
293 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() argument
317 if (stack_depth) in emit_prologue()
318 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue()
471 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect() argument
474 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect()
523 if (stack_depth) in emit_bpf_tail_call_indirect()
525 round_up(stack_depth, 8)); in emit_bpf_tail_call_indirect()
546 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct() argument
549 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct()
575 if (stack_depth) in emit_bpf_tail_call_direct()
576 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct()
1046 emit_prologue(&prog, bpf_prog->aux->stack_depth, in do_jit()
1630 RESTORE_TAIL_CALL_CNT(bpf_prog->aux->stack_depth); in do_jit()
1649 bpf_prog->aux->stack_depth, in do_jit()
1654 bpf_prog->aux->stack_depth, in do_jit()