Searched defs:jit (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/s390/net/ |
D | bpf_jit_comp.c | 112 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() 320 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() 335 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs() 353 static int get_start(struct bpf_jit *jit, int start) in get_start() 367 static int get_end(struct bpf_jit *jit, int start) in get_end() 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() 505 static noinline int bpf_jit_insn(struct bpf_jit *jit, struct bpf_prog *fp, in bpf_jit_insn() 1291 static int bpf_jit_prog(struct bpf_jit *jit, struct bpf_prog *fp, in bpf_jit_prog() [all …]
|