Searched refs:tgt_info (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/kernel/bpf/ |
| D | trampoline.c | 336 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument 348 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get() 349 tr->func.addr = (void *)tgt_info->tgt_addr; in bpf_trampoline_get()
|
| D | verifier.c | 11504 struct bpf_attach_target_info *tgt_info) in bpf_check_attach_target() argument 11638 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 11670 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target() 11728 tgt_info->tgt_addr = addr; in bpf_check_attach_target() 11729 tgt_info->tgt_name = tname; in bpf_check_attach_target() 11730 tgt_info->tgt_type = t; in bpf_check_attach_target() 11738 struct bpf_attach_target_info tgt_info = {}; in check_attach_btf_id() local 11758 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id() 11772 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id() 11773 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id() [all …]
|
| D | syscall.c | 2657 struct bpf_attach_target_info tgt_info = {}; in bpf_tracing_prog_attach() local 2660 &tgt_info); in bpf_tracing_prog_attach() 2664 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| 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-v5.10/include/linux/ |
| D | bpf_verifier.h | 471 struct bpf_attach_target_info *tgt_info);
|
| D | bpf.h | 650 struct bpf_attach_target_info *tgt_info); 706 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument
|
| /Linux-v5.10/drivers/scsi/ibmvscsi/ |
| D | ibmvfc.h | 830 #define tgt_info(t, fmt, ...) \ macro
|
| D | ibmvfc.c | 3853 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n", in ibmvfc_tgt_adisc_done()
|