Searched refs:tgt_info (Results 1 - 8 of 8) sorted by last modified time

/linux-master/kernel/bpf/
H A Dsyscall.c3443 struct bpf_attach_target_info tgt_info = {}; local
3446 &tgt_info);
3450 if (tgt_info.tgt_mod) {
3452 prog->aux->mod = tgt_info.tgt_mod;
3455 tr = bpf_trampoline_get(key, &tgt_info);
H A Dverifier.c21068 struct bpf_attach_target_info *tgt_info)
21226 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
21259 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
21343 tgt_info->tgt_addr = addr;
21344 tgt_info->tgt_name = tname;
21345 tgt_info->tgt_type = t;
21346 tgt_info->tgt_mod = mod;
21391 struct bpf_attach_target_info tgt_info = {}; local
21418 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info);
21432 prog->aux->attach_func_proto = tgt_info
21064 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) argument
[all...]
H A Dtrampoline.c696 struct bpf_attach_target_info tgt_info = {}; local
704 &tgt_info);
712 tr = bpf_trampoline_get(key, &tgt_info);
785 struct bpf_attach_target_info *tgt_info)
797 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel));
798 tr->func.addr = (void *)tgt_info->tgt_addr;
784 bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) argument
/linux-master/include/linux/
H A Dbpf.h1284 struct bpf_attach_target_info *tgt_info);
1373 struct bpf_attach_target_info *tgt_info)
1372 bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) argument
H A Dbpf_verifier.h825 struct bpf_attach_target_info *tgt_info);
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c4554 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n",
H A Dibmvfc.h924 #define tgt_info(t, fmt, ...) \ macro
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhif.h242 struct bmi_target_info *tgt_info)
247 return ar->hif.ops->get_target_info(ar, tgt_info);
241 ath10k_hif_get_target_info(struct ath10k *ar, struct bmi_target_info *tgt_info) argument

Completed in 422 milliseconds