Searched refs:used_maps (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 121 if (bpf_map_offload_neutral(prog->aux->used_maps[i])) in nfp_map_ptrs_record() 135 if (bpf_map_offload_neutral(prog->aux->used_maps[i])) { in nfp_map_ptrs_record() 137 prog->aux->used_maps[i]); in nfp_map_ptrs_record()
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 173 .used_maps = (struct bpf_map **)0xffff889ff795de98,
|
| /linux/kernel/bpf/ |
| H A D | core.c | 2427 struct bpf_map *map = aux->used_maps[i]; in bpf_check_tail_call() 2818 struct bpf_map **used_maps, u32 len) in __bpf_free_used_maps() argument 2826 map = used_maps[i]; in __bpf_free_used_maps() 2837 __bpf_free_used_maps(aux, aux->used_maps, aux->used_map_cnt); in bpf_free_used_maps() 2838 kfree(aux->used_maps); in bpf_free_used_maps()
|
| H A D | syscall.c | 4849 map = prog->aux->used_maps[i]; in bpf_map_from_imm() 4999 if (put_user(prog->aux->used_maps[i]->id, in bpf_prog_get_info_by_fd() 6034 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map() 6060 prog->aux->used_maps = used_maps_new; in bpf_prog_bind_map()
|
| H A D | verifier.c | 17009 map = env->used_maps[aux->map_index]; in check_ld_imm() 20466 if (env->used_maps[i] == map) in __add_used_map() 20489 env->used_maps[env->used_map_cnt++] = map; in __add_used_map() 20606 map = env->used_maps[map_idx]; in resolve_pseudo_ldimm64() 20664 __bpf_free_used_maps(env->prog->aux, env->used_maps, in release_maps() 24721 env->prog->aux->used_maps = kmalloc_array(env->used_map_cnt, in bpf_check() 24722 sizeof(env->used_maps[0]), in bpf_check() 24725 if (!env->prog->aux->used_maps) { in bpf_check() 24730 memcpy(env->prog->aux->used_maps, env->used_maps, in bpf_check() 24731 sizeof(env->used_maps[0]) * env->used_map_cnt); in bpf_check() [all …]
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 746 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */ member
|
| H A D | bpf.h | 1664 struct bpf_map **used_maps; member 3224 struct bpf_map **used_maps, u32 len);
|