Home
last modified time | relevance | path

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

/arch/s390/net/
Dbpf_jit_comp.c424 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()
565 u32 stack_depth) in bpf_jit_prologue()
668 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue()
865 int i, bool extra_pass, u32 stack_depth) in bpf_jit_insn()
2164 bool extra_pass, u32 stack_depth) in bpf_jit_prog()
2266 u32 stack_depth = round_up(fp->aux->stack_depth, 8); in bpf_int_jit_compile() local
/arch/x86/net/
Dbpf_jit_comp.c494 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue()
696 u32 stack_depth, u8 *ip, in emit_bpf_tail_call_indirect()
785 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()
/arch/sparc/net/
Dbpf_jit_comp_64.c803 u32 stack_depth; in build_prologue() local