Searched refs:maybe_emit_mod (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1646 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() 1676 maybe_emit_mod(&prog, dst_reg, dst_reg, false); in do_jit() 1681 maybe_emit_mod(&prog, AUX_REG, dst_reg, true); in do_jit() 1847 maybe_emit_mod(&prog, dst_reg, dst_reg, in do_jit() 1863 maybe_emit_mod(&prog, src_reg, dst_reg, in do_jit() 2140 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit() 2148 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit() 2253 maybe_emit_mod(&prog, AUX_REG, real_src_reg, is64); in do_jit() 2370 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() 2378 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() [all …]
|