Home
last modified time | relevance | path

Searched refs:make_bpfptr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dbpfptr.h26 static inline bpfptr_t make_bpfptr(u64 addr, bool is_kernel) in make_bpfptr() function
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_iter.c523 ulinfo = make_bpfptr(attr->link_create.iter_info, uattr.is_kernel); in bpf_iter_link_attach()
H A Dsyscall.c1508 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_update_elem()
1509 bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); in map_update_elem()
1564 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_delete_elem()
2697 make_bpfptr(attr->insns, uattr.is_kernel), in bpf_prog_load()
2702 make_bpfptr(attr->license, uattr.is_kernel), in bpf_prog_load()
H A Dverifier.c15457 urecord = make_bpfptr(attr->func_info, uattr.is_kernel); in check_btf_func()
15601 ulinfo = make_bpfptr(attr->line_info, uattr.is_kernel); in check_btf_line()
15719 u_core_relo = make_bpfptr(attr->core_relos, uattr.is_kernel); in check_core_relo()
20222 env->fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in bpf_check()
H A Dbtf.c5476 bpfptr_t btf_data = make_bpfptr(attr->btf, uattr.is_kernel); in btf_parse()

Completed in 43 milliseconds