Searched defs:stack_depth (Results 1 – 14 of 14) sorted by relevance
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 424 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 473 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth, in save_restore_regs() 557 u32 stack_depth) in bpf_jit_prologue() 662 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue() 859 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn() 2158 bool extra_pass, u32 stack_depth) in bpf_jit_prog() 2260 u32 stack_depth = round_up(fp->aux->stack_depth, 8); in bpf_int_jit_compile() local
|
/linux/drivers/firewire/ |
H A D | core-topology.c | 107 int phy_id, stack_depth; in build_tree() local
|
/linux/include/linux/ |
H A D | kcsan-checks.h | 138 int stack_depth; member
|
H A D | bpf_verifier.h | 652 u16 stack_depth; /* max. stack depth used by this function */ member
|
H A D | bpf.h | 1500 u32 stack_depth; member
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 508 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() 707 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect() 796 bool *callee_regs_used, u32 stack_depth, in emit_bpf_tail_call_direct() 1468 u32 stack_depth; in do_jit() local
|
H A D | bpf_jit_comp32.c | 1200 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/fs/overlayfs/ |
H A D | super.c | 398 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
|
/linux/kernel/bpf/ |
H A D | core.c | 2284 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args() 2382 u32 stack_depth = max_t(u32, fp->aux->stack_depth, 1); in bpf_prog_select_func() local
|
H A D | verifier.c | 6306 static int round_up_stack_depth(struct bpf_verifier_env *env, int stack_depth) in round_up_stack_depth() 21109 u16 stack_depth = subprogs[cur_subprog].stack_depth; in do_misc_fixups() local 22059 u16 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop() local
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 484 u16 stack_depth; member
|
H A D | jit.c | 3264 u32 ret_tgt, stack_depth, offset_br; in bpf_to_bpf_call() local
|
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 803 u32 stack_depth; in build_prologue() local
|
/linux/lib/ |
H A D | test_bpf.c | 84 int stack_depth; /* for eBPF only, since tests don't call verifier */ member 15251 int stack_depth; member
|