Home
last modified time | relevance | path

Searched refs:bpf_jit (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c33 struct bpf_jit { struct
112 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen()
318 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs()
333 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) in restore_regs()
351 static int get_start(struct bpf_jit *jit, int start) in get_start()
365 static int get_end(struct bpf_jit *jit, int start) in get_end()
382 static void save_restore_regs(struct bpf_jit *jit, int op, u32 stack_depth) in save_restore_regs()
406 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_prologue()
445 static void bpf_jit_epilogue(struct bpf_jit *jit, u32 stack_depth) in bpf_jit_epilogue()
503 static noinline int bpf_jit_insn(struct bpf_jit *jit, struct bpf_prog *fp, int i) in bpf_jit_insn()
[all …]
/Linux-v4.19/arch/mips/net/
DMakefile3 obj-$(CONFIG_MIPS_CBPF_JIT) += bpf_jit.o bpf_jit_asm.o
/Linux-v4.19/
DMAINTAINERS2819 F: arch/x86/net/bpf_jit*