Lines Matching refs:stack_depth
292 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() argument
316 if (stack_depth) in emit_prologue()
317 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue()
460 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect() argument
463 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect()
512 if (stack_depth) in emit_bpf_tail_call_indirect()
514 round_up(stack_depth, 8)); in emit_bpf_tail_call_indirect()
535 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct() argument
538 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct()
564 if (stack_depth) in emit_bpf_tail_call_direct()
565 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct()
917 emit_prologue(&prog, bpf_prog->aux->stack_depth, in do_jit()
1441 -round_up(bpf_prog->aux->stack_depth, 8) - 8); in do_jit()
1455 bpf_prog->aux->stack_depth, in do_jit()
1460 bpf_prog->aux->stack_depth, in do_jit()