Searched refs:maybe_emit_1mod (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1073 static void maybe_emit_1mod(u8 **pprog, u32 reg, bool is64) in maybe_emit_1mod() function 1766 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1770 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1777 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1818 maybe_emit_1mod(&prog, dst_reg, in do_jit() 1833 maybe_emit_1mod(&prog, dst_reg, in do_jit() 1924 maybe_emit_1mod(&prog, src_reg, is64); in do_jit() 1933 maybe_emit_1mod(&prog, src_reg, is64); in do_jit() 1985 maybe_emit_1mod(&prog, dst_reg, in do_jit() 2038 maybe_emit_1mod(&prog, dst_reg, in do_jit() [all …]
|