Home
last modified time | relevance | path

Searched defs:stack_depth (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Dfixups.c1523 u16 stack_depth = subprogs[cur_subprog].stack_depth; in bpf_do_misc_fixups() local
2592 u16 stack_depth = subprogs[cur_subprog].stack_depth; in bpf_optimize_bpf_loop() local
H A Dcore.c2478 int bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args()
2614 u32 stack_depth = max_t(u32, fp->aux->stack_depth, 1); in bpf_prog_select_interpreter() local
H A Dverifier.c5263 static int round_up_stack_depth(struct bpf_verifier_env *env, int stack_depth) in round_up_stack_depth()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c535 static void emit_prologue(u8 **pprog, u8 *ip, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
757 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect()
846 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct()
1745 u32 stack_depth; in do_jit() local
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h484 u16 stack_depth; member
/linux/include/linux/
H A Dbpf_verifier.h806 u16 stack_depth; /* max. stack depth used by this function */ member
H A Dbpf.h1747 u32 stack_depth; member