Searched refs:off_to_pcrel (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 127 static s32 off_to_pcrel(struct bpf_jit *jit, u32 off) in off_to_pcrel() function 213 int __rel = off_to_pcrel(jit, target) / 2; \ 251 unsigned int rel = off_to_pcrel(jit, target) / 2; \ 260 unsigned int rel = off_to_pcrel(jit, target) / 2; \ 269 int rel = off_to_pcrel(jit, addrs[(i) + (off) + 1]) / 2;\ 289 emit6_pcrel_rilb(jit, op, b, off_to_pcrel(jit, target)) 300 emit6_pcrel_rilc(jit, op, mask, off_to_pcrel(jit, target))
|