Home
last modified time | relevance | path

Searched refs:upath (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/virt/
Dfsl_hypervisor.c334 char __user *upath, *upropname; in ioctl_dtprop() local
344 upath = (char __user *)(uintptr_t)param.path; in ioctl_dtprop()
348 path = strndup_user(upath, FH_DTPROP_MAX_PATHLEN); in ioctl_dtprop()
/linux-6.12.1/kernel/trace/
Dbpf_trace.c3129 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); in bpf_uprobe_multi_link_fill_link_info() local
3137 if (!upath ^ !upath_size) in bpf_uprobe_multi_link_fill_link_info()
3160 if (upath) in bpf_uprobe_multi_link_fill_link_info()
3161 left = copy_to_user(upath, p, upath_size); in bpf_uprobe_multi_link_fill_link_info()
3285 void __user *upath; in bpf_uprobe_multi_link_attach() local
3307 upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path); in bpf_uprobe_multi_link_attach()
3312 if (!upath || !uoffsets || !cnt || pid < 0) in bpf_uprobe_multi_link_attach()
3320 name = strndup_user(upath, PATH_MAX); in bpf_uprobe_multi_link_attach()