Home
last modified time | relevance | path

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

/linux/drivers/virt/
H A 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/kernel/trace/
H A Dbpf_trace.c3203 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); in bpf_uprobe_multi_link_fill_link_info() local
3211 if (!upath ^ !upath_size) in bpf_uprobe_multi_link_fill_link_info()
3234 if (upath) in bpf_uprobe_multi_link_fill_link_info()
3235 left = copy_to_user(upath, p, upath_size); in bpf_uprobe_multi_link_fill_link_info()
3373 void __user *upath; in bpf_uprobe_multi_link_attach() local
3395 upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path); in bpf_uprobe_multi_link_attach()
3400 if (!upath || !uoffsets || !cnt || pid < 0) in bpf_uprobe_multi_link_attach()
3408 name = strndup_user(upath, PATH_MAX); in bpf_uprobe_multi_link_attach()