Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c3698 if (prog->aux->jited_linfo) { in bpf_prog_get_info_by_fd()
3711 if (put_user((__u64)(long)prog->aux->jited_linfo[i], &user_linfo[i])) { in bpf_prog_get_info_by_fd()
H A Dverifier.c11058 func[i]->aux->jited_linfo = prog->aux->jited_linfo; in jit_subprogs()
/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.
838 * Both the main and sub prog share the same jited_linfo.
839 * The subprog can access its first jited_linfo by
842 void **jited_linfo; member
846 * jited_linfo.

Completed in 25 milliseconds