Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/net/
Dbpf_jit_comp.c415 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs()
464 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth) in save_restore_regs()
515 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_prologue()
563 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue()
672 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn()
1682 bool extra_pass, u32 stack_depth) in bpf_jit_prog()
1762 u32 stack_depth = round_up(fp->aux->stack_depth, 8); in bpf_int_jit_compile() local
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c292 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
460 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect()
535 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct()
Dbpf_jit_comp32.c1200 static void emit_prologue(u8 **pprog, u32 stack_depth) in emit_prologue()
1245 static void emit_epilogue(u8 **pprog, u32 stack_depth) in emit_epilogue()
/linux-6.1.9/drivers/firewire/
Dcore-topology.c177 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local
/linux-6.1.9/include/linux/
Dkcsan-checks.h138 int stack_depth; member
Dbpf_verifier.h481 u16 stack_depth; /* max. stack depth used by this function */ member
Dbpf.h1134 u32 stack_depth; member
/linux-6.1.9/kernel/bpf/
Dcore.c2067 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args()
2142 u32 stack_depth = max_t(u32, fp->aux->stack_depth, 1); in bpf_prog_select_func() local
Dverifier.c14552 u16 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop() local
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h484 u16 stack_depth; member
Djit.c3264 u32 ret_tgt, stack_depth, offset_br; in bpf_to_bpf_call() local
/linux-6.1.9/fs/overlayfs/
Dsuper.c932 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_64.c803 u32 stack_depth; in build_prologue() local
/linux-6.1.9/lib/
Dtest_bpf.c84 int stack_depth; /* for eBPF only, since tests don't call verifier */ member
14856 int stack_depth; member