Searched refs:BPF_EMIT_CALL (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_sysctl.c | 231 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name), 272 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name), 316 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name), 370 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name), 418 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name), 454 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value), 493 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value), 532 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value), 569 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value), 605 BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value), [all …]
|
| H A D | reg_bounds.c | 1000 emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid)); in load_range_cmp_prog() 1005 emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid)); in load_range_cmp_prog() 1098 emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */ 1115 emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */ in parse_reg_state()
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | precise.c | 10 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 19 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 34 BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel), 69 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 78 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 93 BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel),
|
| H A D | atomic_fetch.c | 14 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 38 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 62 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 85 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
|
| H A D | bpf_st_mem.c | 45 BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32),
|
| H A D | jmp32.c | 793 BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid), 820 BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid), 848 BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid),
|
| H A D | calls.c | 678 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 2292 BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32), 2392 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 2399 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), 2420 BPF_EMIT_CALL(BPF_FUNC_ktime_get_ns), 2423 BPF_EMIT_CALL(BPF_FUNC_ktime_get_ns),
|
| /linux/tools/lib/bpf/ |
| H A D | gen_loader.c | 131 emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel)); in bpf_gen__init() 150 emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close)); in bpf_gen__init() 283 emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_bpf)); in is_simm16() 333 emit(gen, BPF_EMIT_CALL(BPF_FUNC_trace_printk)); in debug_regs() 362 emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close)); in emit_sys_close_stack() 664 emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind)); in get_ksym_desc() 738 emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind)); 760 emit(gen, BPF_EMIT_CALL(BPF_FUNC_kallsyms_lookup_name)); in emit_relo_kfunc_btf() 1231 emit(gen, BPF_EMIT_CALL(BPF_FUNC_copy_from_user)); in bpf_gen__populate_outer_map() 1233 emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kerne in bpf_gen__populate_outer_map() [all...] |
| H A D | libbpf_probes.c | 437 BPF_EMIT_CALL((__u32)helper_id), in libbpf_probe_bpf_helper()
|
| H A D | features.c | 480 BPF_EMIT_CALL(BPF_FUNC_get_func_ip), /* needs PTR_TO_CTX */ in probe_kern_arg_ctx_tag()
|
| /linux/tools/include/linux/ |
| H A D | filter.h | 288 #define BPF_EMIT_CALL(FUNC) \ macro
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 355 insn[0] = BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32); in bpf_fill_torturous_jumps_insn_1() 371 insn[0] = BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32); in bpf_fill_torturous_jumps_insn_2() 477 BPF_EMIT_CALL(BPF_FUNC_ ## func)
|
| H A D | test_lru_map.c | 52 BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem), in bpf_map_lookup_elem_with_ref_bit()
|