Home
last modified time | relevance | path

Searched refs:maybe_emit_mod (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c1088 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() function
1341 maybe_emit_mod(&prog, dst_reg, src_reg, bpf_size == BPF_DW); in emit_atomic_rmw()
1716 maybe_emit_mod(&prog, reg, reg, false); in emit_kfunc_arena_args()
1721 maybe_emit_mod(&prog, reg, X86_REG_R12, true); in emit_kfunc_arena_args()
1895 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit()
1925 maybe_emit_mod(&prog, dst_reg, dst_reg, false); in do_jit()
1930 maybe_emit_mod(&prog, AUX_REG, dst_reg, true); in do_jit()
2096 maybe_emit_mod(&prog, dst_reg, dst_reg, in do_jit()
2112 maybe_emit_mod(&prog, src_reg, dst_reg, in do_jit()
2476 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit()
[all …]