Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c20 static u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len) in emit_code() function
34 do { prog = emit_code(prog, bytes, len); } while (0)
2661 emit_code(jg_reloc - jg_bytes, jg_offset, jg_bytes); in emit_bpf_dispatcher()
H A Dbpf_jit_comp32.c51 static u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len) in emit_code() function
65 do { prog = emit_code(prog, bytes, len); cnt += len; } while (0)