Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcheck_btf.c63 urecord = make_bpfptr(attr->func_info, uattr.is_kernel); in prepare_btf_func()
163 urecord = make_bpfptr(attr->func_info, uattr.is_kernel); in check_btf_func()
250 ulinfo = make_bpfptr(attr->line_info, uattr.is_kernel); in check_btf_line()
368 u_core_relo = make_bpfptr(attr->core_relos, uattr.is_kernel); in check_core_relo()
H A Dbpf_iter.c520 ulinfo = make_bpfptr(attr->link_create.iter_info, uattr.is_kernel); in bpf_iter_link_attach()
H A Dsyscall.c1595 bpfptr_t uprog_hash = make_bpfptr(attr->excl_prog_hash, uattr.is_kernel); in map_create_alloc()
1849 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_update_elem()
1850 bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); in map_update_elem()
1902 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_delete_elem()
3073 make_bpfptr(attr->insns, uattr.is_kernel), in BTF_ID_LIST_GLOBAL_SINGLE()
3078 make_bpfptr(attr->license, uattr.is_kernel), in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dbtf.c5952 bpfptr_t btf_data = make_bpfptr(attr->btf, uattr.is_kernel); in btf_parse()
H A Dverifier.c20558 bpfptr_t fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in process_fd_array()
20862 bpfptr_t usig = make_bpfptr(attr->signature, is_kernel); in bpf_prog_verify_signature()
/linux/include/linux/
H A Dbpfptr.h26 static inline bpfptr_t make_bpfptr(u64 addr, bool is_kernel) in make_bpfptr() function