Searched defs:stack_depth (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/arch/s390/net/ | 
| D | bpf_jit_comp.c | 335 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth)  in restore_regs()384 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth)  in save_restore_regs()
 408 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth)  in bpf_jit_prologue()
 447 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth)  in bpf_jit_epilogue()
 
 | 
| /Linux-v5.4/drivers/firewire/ | 
| D | core-topology.c | 176 	int i, port_count, child_port_count, phy_id, parent_count, stack_depth;  in build_tree()  local
 | 
| /Linux-v5.4/arch/x86/net/ | 
| D | bpf_jit_comp.c | 195 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf)  in emit_prologue()
 | 
| D | bpf_jit_comp32.c | 1199 static void emit_prologue(u8 **pprog, u32 stack_depth)  in emit_prologue()1244 static void emit_epilogue(u8 **pprog, u32 stack_depth)  in emit_epilogue()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | core.c | 1628 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth)  in bpf_patch_call_args()1692 	u32 stack_depth = max_t(u32, fp->aux->stack_depth, 1);  in bpf_prog_select_func()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | bpf_verifier.h | 344 	u16 stack_depth; /* max. stack depth used by this function */  member
 | 
| D | bpf.h | 374 	u32 stack_depth;  member
 | 
| /Linux-v5.4/lib/ | 
| D | test_bpf.c | 82 	int stack_depth; /* for eBPF only, since tests don't call verifier */  member
 | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | super.c | 780 			 struct ovl_fs *ofs, int *stack_depth, bool *remote)  in ovl_lower_dir()
 | 
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ | 
| D | main.h | 484 	u16 stack_depth;  member
 | 
| D | jit.c | 3258 	u32 ret_tgt, stack_depth, offset_br;  in bpf_to_bpf_call()  local
 | 
| /Linux-v5.4/arch/sparc/net/ | 
| D | bpf_jit_comp_64.c | 803 		u32 stack_depth;  in build_prologue()  local
 |