Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c30 struct bpf_jit { struct
104 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen()
287 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs()
302 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re) in restore_regs()
320 static int get_start(struct bpf_jit *jit, int start) in get_start()
334 static int get_end(struct bpf_jit *jit, int start) in get_end()
351 static void save_restore_regs(struct bpf_jit *jit, int op) in save_restore_regs()
375 static void bpf_jit_prologue(struct bpf_jit *jit) in bpf_jit_prologue()
430 static void bpf_jit_epilogue(struct bpf_jit *jit) in bpf_jit_epilogue()
453 static noinline int bpf_jit_insn(struct bpf_jit *jit, struct bpf_prog *fp, int i) in bpf_jit_insn()
[all …]
DMakefile4 obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_comp.o
/linux-4.1.27/arch/mips/net/
DMakefile3 obj-$(CONFIG_BPF_JIT) += bpf_jit.o
/linux-4.1.27/arch/x86/net/
DMakefile4 obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_comp.o
/linux-4.1.27/Documentation/sysctl/
Dnet.txt39 Currently supported on x86_64 architecture, bpf_jit provides a framework