Lines Matching refs:stack_depth
281 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() argument
300 if (stack_depth) in emit_prologue()
301 EMIT3_off32(0x48, 0x81, 0xEC, round_up(stack_depth, 8)); in emit_prologue()
424 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect() argument
427 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_indirect()
476 if (stack_depth) in emit_bpf_tail_call_indirect()
478 round_up(stack_depth, 8)); in emit_bpf_tail_call_indirect()
499 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct() argument
502 int tcc_off = -4 - round_up(stack_depth, 8); in emit_bpf_tail_call_direct()
528 if (stack_depth) in emit_bpf_tail_call_direct()
529 EMIT3_off32(0x48, 0x81, 0xC4, round_up(stack_depth, 8)); in emit_bpf_tail_call_direct()
891 emit_prologue(&prog, bpf_prog->aux->stack_depth, in do_jit()
1411 -(bpf_prog->aux->stack_depth + 8)); in do_jit()
1425 bpf_prog->aux->stack_depth, in do_jit()
1430 bpf_prog->aux->stack_depth, in do_jit()