Home
last modified time | relevance | path

Searched defs:EMIT (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/x86/net/
Dbpf_jit_comp.c48 #define EMIT(bytes, len) do { prog = emit_code(prog, bytes, len); } while (0) macro
/linux-3.3/arch/powerpc/net/
Dbpf_jit.h67 #define EMIT(instr) PLANT_INSTR(image, ctx->idx, instr) macro