Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_core.c1174 * jit_compile() is the real compilation phase. jit_prepare() is in jit_prepare()
1175 * invoked before jit_compile() as a dry-run to make sure everything in jit_prepare()
1178 * In the end, jit_compile() checks if it has produced the same number in jit_prepare()
1181 static int jit_compile(struct jit_context *ctx) in jit_prepare()
1325 * jit_compile(). in jit_patch_relocations()
1346 if (jit_compile(&ctx)) { in do_normal_pass()
1192 static int jit_compile(struct jit_context *ctx) jit_compile() function