Home
last modified time | relevance | path

Searched refs:tgt_info (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dtrampoline.c485 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument
497 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel)); in bpf_trampoline_get()
498 tr->func.addr = (void *)tgt_info->tgt_addr; in bpf_trampoline_get()
Dverifier.c13336 struct bpf_attach_target_info *tgt_info) in bpf_check_attach_target() argument
13470 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
13502 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
13560 tgt_info->tgt_addr = addr; in bpf_check_attach_target()
13561 tgt_info->tgt_name = tname; in bpf_check_attach_target()
13562 tgt_info->tgt_type = t; in bpf_check_attach_target()
13581 struct bpf_attach_target_info tgt_info = {}; in BTF_SET_START() local
13609 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in BTF_SET_START()
13623 prog->aux->attach_func_proto = tgt_info.tgt_type; in BTF_SET_START()
13624 prog->aux->attach_func_name = tgt_info.tgt_name; in BTF_SET_START()
[all …]
Dsyscall.c2766 struct bpf_attach_target_info tgt_info = {}; in bpf_tracing_prog_attach() local
2769 &tgt_info); in bpf_tracing_prog_attach()
2773 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dhif.h242 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.15/include/linux/
Dbpf_verifier.h529 struct bpf_attach_target_info *tgt_info);
Dbpf.h724 struct bpf_attach_target_info *tgt_info);
782 struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument
/Linux-v5.15/drivers/scsi/ibmvscsi/
Dibmvfc.h906 #define tgt_info(t, fmt, ...) \ macro
Dibmvfc.c4447 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n", in ibmvfc_tgt_adisc_done()