Home
last modified time | relevance | path

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

/linux/arch/s390/net/
H A Dbpf_jit_comp.c35 struct bpf_jit { struct
119 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen()
127 static s32 off_to_pcrel(struct bpf_jit *jit, u32 off) in off_to_pcrel()
132 static s64 ptr_to_pcrel(struct bpf_jit *jit, const void *ptr) in ptr_to_pcrel()
275 static void emit6_pcrel_ril(struct bpf_jit *jit, u32 op, s64 pcrel) in emit6_pcrel_ril()
282 static void emit6_pcrel_rilb(struct bpf_jit *jit, u32 op, u8 b, s64 pcrel) in emit6_pcrel_rilb()
294 static void emit6_pcrel_rilc(struct bpf_jit *jit, u32 op, u8 mask, s64 pcrel) in emit6_pcrel_rilc()
362 static bool is_first_pass(struct bpf_jit *jit) in is_first_pass()
371 static bool is_codegen_pass(struct bpf_jit *jit) in is_codegen_pass()
387 static bool can_use_rel(struct bpf_jit *jit, int off) in can_use_rel()
[all …]
/linux/arch/loongarch/net/
H A DMakefile7 obj-$(CONFIG_BPF_JIT) += bpf_jit.o