Searched refs:setup_jmp_r (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 194 void setup_jmp_r(struct jit_context *ctx, bool same_reg,
|
H A D | bpf_jit_comp64.c | 922 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn() 989 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn()
|
H A D | bpf_jit_comp.c | 650 void setup_jmp_r(struct jit_context *ctx, bool same_reg, in setup_jmp_r() function
|
H A D | bpf_jit_comp32.c | 1766 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn() 1830 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn()
|