Searched defs:stack_depth (Results 1 – 4 of 4) sorted by relevance
/arch/s390/net/ |
D | bpf_jit_comp.c | 336 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 385 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth) in save_restore_regs() 409 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_prologue() 448 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue()
|
/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()
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 803 u32 stack_depth; in build_prologue() local
|