Searched defs:jit (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 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() 405 static bool can_use_ldisp_for_lit32(struct bpf_jit *jit) in can_use_ldisp_for_lit32() [all …]
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_core.c | 103 struct jit_buffer jit; member
|