Searched refs:maybe_emit_1mod (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1102 static void maybe_emit_1mod(u8 **pprog, u32 reg, bool is64) in maybe_emit_1mod() function 1907 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1911 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1918 maybe_emit_1mod(&prog, dst_reg, true); in do_jit() 1959 maybe_emit_1mod(&prog, dst_reg, in do_jit() 1974 maybe_emit_1mod(&prog, dst_reg, in do_jit() 2065 maybe_emit_1mod(&prog, src_reg, is64); in do_jit() 2074 maybe_emit_1mod(&prog, src_reg, is64); in do_jit() 2126 maybe_emit_1mod(&prog, dst_reg, in do_jit() 2179 maybe_emit_1mod(&prog, dst_reg, in do_jit() [all …]
|