Searched defs:jit (Results 1 – 2 of 2) sorted by relevance
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 120 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() 128 static s32 off_to_pcrel(struct bpf_jit *jit, u32 off) in off_to_pcrel() 133 static s64 ptr_to_pcrel(struct bpf_jit *jit, const void *ptr) in ptr_to_pcrel() 276 static void emit6_pcrel_ril(struct bpf_jit *jit, u32 op, s64 pcrel) in emit6_pcrel_ril() 283 static void emit6_pcrel_rilb(struct bpf_jit *jit, u32 op, u8 b, s64 pcrel) in emit6_pcrel_rilb() 295 static void emit6_pcrel_rilc(struct bpf_jit *jit, u32 op, u8 mask, s64 pcrel) in emit6_pcrel_rilc() 363 static bool is_first_pass(struct bpf_jit *jit) in is_first_pass() 372 static bool is_codegen_pass(struct bpf_jit *jit) in is_codegen_pass() 388 static bool can_use_rel(struct bpf_jit *jit, int off) in can_use_rel() 406 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
|