Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c333 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs()
382 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth) in save_restore_regs()
406 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_prologue()
445 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue()
/Linux-v4.19/drivers/firewire/
Dcore-topology.c188 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local
/Linux-v4.19/include/linux/
Dbpf_verifier.h179 u16 stack_depth; /* max. stack depth used by this function */ member
Dbpf.h278 u32 stack_depth; member
/Linux-v4.19/arch/x86/net/
Dbpf_jit_comp32.c1422 static void emit_prologue(u8 **pprog, u32 stack_depth) in emit_prologue()
1467 static void emit_epilogue(u8 **pprog, u32 stack_depth) in emit_epilogue()
Dbpf_jit_comp.c201 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf) in emit_prologue()
/Linux-v4.19/kernel/bpf/
Dcore.c1390 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args()
1454 u32 stack_depth = max_t(u32, fp->aux->stack_depth, 1); in bpf_prog_select_func() local
/Linux-v4.19/lib/
Dtest_bpf.c89 int stack_depth; /* for eBPF only, since tests don't call verifier */ member
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h453 unsigned int stack_depth; member
/Linux-v4.19/fs/overlayfs/
Dsuper.c756 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir()
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c803 u32 stack_depth; in build_prologue() local