Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_core.c1101 /* Piece of memory that can be allocated at the beginning of jit_prepare(). */ in fill_ill_insn()
1118 * jit_prepare(). in jit_prepare_early_mem_alloc()
1147 static int jit_prepare(struct jit_context *ctx) in jit_prepare_final_mem_alloc()
1174 * jit_compile() is the real compilation phase. jit_prepare() is in jit_prepare()
1179 * of instructions as jit_prepare() would. in jit_prepare()
1323 * A normal pass that involves a "dry-run" phase, jit_prepare(), in jit_patch_relocations()
1341 if (jit_prepare(&ctx)) { in do_normal_pass()
1158 static int jit_prepare(struct jit_context *ctx) jit_prepare() function