Searched refs:tgt_info (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | trampoline.c | 683 struct bpf_attach_target_info tgt_info = {}; in bpf_trampoline_link_cgroup_shim() local 691 &tgt_info); in bpf_trampoline_link_cgroup_shim() 699 tr = bpf_trampoline_get(key, &tgt_info); in bpf_trampoline_link_cgroup_shim() 772 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument 784 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get() 785 tr->func.addr = (void *)tgt_info->tgt_addr; in bpf_trampoline_get()
|
H A D | syscall.c | 3288 struct bpf_attach_target_info tgt_info = {}; in bpf_tracing_prog_attach() local 3291 &tgt_info); in bpf_tracing_prog_attach() 3295 if (tgt_info.tgt_mod) { in bpf_tracing_prog_attach() 3297 prog->aux->mod = tgt_info.tgt_mod; in bpf_tracing_prog_attach() 3300 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach()
|
H A D | verifier.c | 19825 struct bpf_attach_target_info *tgt_info) in bpf_check_attach_target() argument 19966 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 19999 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 20083 tgt_info->tgt_addr = addr; in bpf_check_attach_target() 20084 tgt_info->tgt_name = tname; in bpf_check_attach_target() 20085 tgt_info->tgt_type = t; in bpf_check_attach_target() 20086 tgt_info->tgt_mod = mod; in bpf_check_attach_target() 20131 struct bpf_attach_target_info tgt_info = {}; in check_attach_btf_id() local 20158 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id() 20172 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id() [all …]
|
/openbmc/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()
|
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 741 struct bpf_attach_target_info *tgt_info);
|
H A D | bpf.h | 1251 struct bpf_attach_target_info *tgt_info); 1340 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 906 #define tgt_info(t, fmt, ...) \ macro
|
H A D | ibmvfc.c | 4523 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n", in ibmvfc_tgt_adisc_done()
|