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.c3014 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); in bpf_uprobe_multi_link_fill_link_info()
3022 if (!upath ^ !upath_size) in bpf_uprobe_multi_link_fill_link_info()
3045 if (upath) in bpf_uprobe_multi_show_fdinfo()
3046 left = copy_to_user(upath, p, upath_size); in bpf_uprobe_multi_show_fdinfo()
3221 void __user *upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path); in bpf_uprobe_multi_link_attach()
3228 * identified by path_fd, upath must be NULL. in bpf_uprobe_multi_link_attach()
3230 if (upath) in bpf_uprobe_multi_link_attach()
3243 * relative to the cwd (AT_FDCWD) or absolute using the upath string. in bpf_uprobe_multi_link_attach()
3245 if (!upath || path_fd) in bpf_uprobe_multi_link_attach()
3248 return user_path_at(AT_FDCWD, upath, LOOKUP_FOLLO in bpf_uprobe_multi_link_attach()
2968 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); bpf_uprobe_multi_link_fill_link_info() local
3182 void __user *upath; bpf_uprobe_multi_link_attach() local
[all...]