Searched refs:maybe_emit_mod (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 759 static void maybe_emit_mod(u8 **pprog, u32 dst_reg, u32 src_reg, bool is64) in maybe_emit_mod() function 771 * Similar version of maybe_emit_mod() for a single register 878 maybe_emit_mod(&prog, dst_reg, src_reg, bpf_size == BPF_DW); in emit_atomic() 1082 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() 1240 maybe_emit_mod(&prog, dst_reg, dst_reg, in do_jit() 1256 maybe_emit_mod(&prog, src_reg, dst_reg, in do_jit() 1486 maybe_emit_mod(&prog, src_reg, AUX_REG, true); in do_jit() 1596 maybe_emit_mod(&prog, AUX_REG, real_src_reg, is64); in do_jit() 1681 maybe_emit_mod(&prog, dst_reg, src_reg, in do_jit() 1689 maybe_emit_mod( in do_jit() [all...] |
Completed in 3 milliseconds