Searched refs:maybe_emit_mod (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 1021 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() function 1236 maybe_emit_mod(&prog, dst_reg, src_reg, bpf_size == BPF_DW); in emit_atomic() 1488 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() 1518 maybe_emit_mod(&prog, dst_reg, dst_reg, false); in do_jit() 1523 maybe_emit_mod(&prog, AUX_REG, dst_reg, true); in do_jit() 1689 maybe_emit_mod(&prog, dst_reg, dst_reg, in do_jit() 1705 maybe_emit_mod(&prog, src_reg, dst_reg, in do_jit() 1982 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit() 1990 maybe_emit_mod(&prog, AUX_REG, BPF_REG_AX, true); in do_jit() 2088 maybe_emit_mod(&prog, AUX_REG, real_src_reg, is64); in do_jit() [all …]
|