Home
last modified time | relevance | path

Searched refs:jited (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c536 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
542 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
559 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1864 prog->type, prog->jited, prog_tag, prog->pages * 1ULL << PAGE_SHIFT, prog->aux->id, stats.nsecs, in bpf_prog_show_fdinfo()
2237 prog->jited = 0; in bpf_prog_load()
H A Dverifier.c11070 if (!func[i]->jited) { in jit_subprogs()
11137 prog->jited = 1; in jit_subprogs()
11886 if (!tgt_prog->jited) { in bpf_check_attach_target()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h835 /* jited_linfo is the jited addr of the linfo. It has a
837 * jited_linfo[i] is the jited addr for the linfo[i]->insn_off.
868 bool jited; member

Completed in 26 milliseconds