Searched refs:emit_code (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/net/ |
D | bpf_jit_comp.c | 19 static u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len) in emit_code() function 33 do { prog = emit_code(prog, bytes, len); } while (0) 2307 emit_code(jg_reloc - jg_bytes, jg_offset, jg_bytes); in emit_bpf_dispatcher()
|
D | bpf_jit_comp32.c | 51 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)
|