/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 12 struct bpf_map *prog_array; in test_tailcall_1() local 36 prog_array = bpf_object__find_map_by_name(obj, "jmp_table"); in test_tailcall_1() 37 if (CHECK_FAIL(!prog_array)) in test_tailcall_1() 40 map_fd = bpf_map__fd(prog_array); in test_tailcall_1() 44 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in test_tailcall_1() 60 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in test_tailcall_1() 74 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in test_tailcall_1() 94 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in test_tailcall_1() 95 j = bpf_map__max_entries(prog_array) - 1 - i; in test_tailcall_1() 111 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in test_tailcall_1() [all …]
|
H A D | unpriv_bpf_disabled.c | 101 bool prog_array = strstr(map_paths[i], "prog_array") != NULL; in test_unpriv_bpf_disabled_positive() local 115 if (prog_array) { in test_unpriv_bpf_disabled_positive() 248 map_fds[6] = bpf_map__fd(skel->maps.prog_array); in test_unpriv_bpf_disabled()
|
H A D | flow_dissector.c | 485 static int init_prog_array(struct bpf_object *obj, struct bpf_map *prog_array) in init_prog_array() argument 491 map_fd = bpf_map__fd(prog_array); in init_prog_array() 495 for (i = 0; i < bpf_map__max_entries(prog_array); i++) { in init_prog_array()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.h | 18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local 35 prog_array = bpf_object__find_map_by_name(*obj, map_name); in bpf_flow_load() 36 if (!prog_array) in bpf_flow_load() 39 prog_array_fd = bpf_map__fd(prog_array); in bpf_flow_load()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/ |
H A D | sotp.c | 139 uint8_t prog_array[4] = { 0x0F, 0x04, 0x08, 0x0D }; in sotp_mem_write() 199 mmio_write_32(SOTP_WRDATA_0, prog_array[loop]); in sotp_mem_write()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/ |
D | sotp.c | 139 uint8_t prog_array[4] = { 0x0F, 0x04, 0x08, 0x0D }; in sotp_mem_write() 199 mmio_write_32(SOTP_WRDATA_0, prog_array[loop]); in sotp_mem_write()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_unpriv_bpf_disabled.c | 59 } prog_array SEC(".maps");
|
H A D | map_ptr_kern.c | 176 struct bpf_array *prog_array = (struct bpf_array *)&m_prog_array; in check_prog_array() local 179 VERIFY(check_default(&prog_array->map, map)); in check_prog_array()
|
/aosp_15_r20/external/bpftool/docs/ |
H A D | bpftool-map.rst | 52 | *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash** 258 294: prog_array name jmp_table flags 0x0
|
/aosp_15_r20/external/bpftool/bash-completion/ |
H A D | bpftool | 200 prog_array) 246 prog_array) 801 prog_array)
|
/aosp_15_r20/external/bcc/docs/ |
H A D | reference_guide.md | 1372 BPF_PROG_ARRAY(prog_array, 10); 1381 prog_array.call(ctx, 2); 1389 prog_array = b.get_table("prog_array") 1390 prog_array[c_int(2)] = c_int(tail_fn.fd) 1394 This assigns ```tail_call()``` to ```prog_array[2]```. In the end of ```do_tail_call()```, ```prog_…
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 6517 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 5391 struct bpf_prog_array *prog_array; member
|
H A D | vmlinux_600.h | 5391 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 5120 struct bpf_prog_array *prog_array; member
|
H A D | vmlinux_602.h | 5120 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 5726 struct bpf_prog_array *prog_array; member
|
H A D | vmlinux_518.h | 5726 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 5957 struct bpf_prog_array *prog_array; member
|
H A D | vmlinux.h | 5957 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 4700 struct bpf_prog_array *prog_array; member
|
H A D | vmlinux.h | 4700 struct bpf_prog_array *prog_array; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 7592 struct bpf_prog_array __attribute__((btf_type_tag("rcu"))) *prog_array; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 131 struct bpf_prog_array __attribute__((btf_type_tag("rcu"))) *prog_array; member
|
/aosp_15_r20/kernel/prebuilts/6.1/arm64/ |
D | abi.stg | 157150 name: "prog_array"
|