Searched refs:tgt_info (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 982 struct bpf_attach_target_info tgt_info = {}; in bpf_trampoline_link_cgroup_shim() local 990 &tgt_info); in bpf_trampoline_link_cgroup_shim() 998 tr = bpf_trampoline_get(key, &tgt_info); in bpf_trampoline_link_cgroup_shim() 1069 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument 1073 tr = bpf_trampoline_lookup(key, tgt_info->tgt_addr); in bpf_trampoline_get() 1081 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get() 1082 tr->func.addr = (void *)tgt_info->tgt_addr; in bpf_trampoline_get()
|
| H A D | syscall.c | 3729 struct bpf_attach_target_info tgt_info = {}; in bpf_tracing_prog_attach() 3732 &tgt_info); in bpf_tracing_prog_attach() 3736 if (tgt_info.tgt_mod) { in bpf_tracing_prog_attach() 3738 prog->aux->mod = tgt_info.tgt_mod; in bpf_tracing_prog_attach() 3741 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach() 3708 struct bpf_attach_target_info tgt_info = {}; bpf_tracing_prog_attach() local
|
| H A D | verifier.c | 24962 struct bpf_attach_target_info *tgt_info) in bpf_check_attach_target() 25166 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 25205 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 25289 tgt_info->tgt_addr = addr; in BTF_SET_START() 25290 tgt_info->tgt_name = tname; in BTF_SET_START() 25291 tgt_info->tgt_type = t; in BTF_SET_START() 25292 tgt_info->tgt_mod = mod; in BTF_SET_START() 25365 struct bpf_attach_target_info tgt_info = {}; in check_attach_btf_id() 25392 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id() 25406 prog->aux->attach_func_proto = tgt_info in check_attach_btf_id() 24935 bpf_check_attach_target(struct bpf_verifier_log * log,const struct bpf_prog * prog,const struct bpf_prog * tgt_prog,u32 btf_id,struct bpf_attach_target_info * tgt_info) bpf_check_attach_target() argument 25338 struct bpf_attach_target_info tgt_info = {}; check_attach_btf_id() local [all...] |
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | hif.h | 242 struct bmi_target_info *tgt_info) in ath10k_hif_get_target_info() argument 247 return ar->hif.ops->get_target_info(ar, tgt_info); in ath10k_hif_get_target_info()
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 924 #define tgt_info(t, fmt, ...) \ macro
|
| H A D | ibmvfc.c | 4561 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n", in ibmvfc_tgt_adisc_done()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1465 struct bpf_attach_target_info *tgt_info); 1558 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument
|