Home
last modified time | relevance | path

Searched refs:access_process_vm (Results 1 – 12 of 12) sorted by relevance

/linux/arch/alpha/kernel/
H A Dptrace.c162 int copied = access_process_vm(task, addr, data, sizeof(int), in read_int()
170 int copied = access_process_vm(task, addr, &data, sizeof(int), in write_int()
/linux/arch/x86/kernel/
H A Dstep.c64 copied = access_process_vm(child, addr, opcode, sizeof(opcode), in is_setting_trap_flag()
/linux/arch/sparc/kernel/
H A Dptrace_32.c58 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_get()
76 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_set()
H A Dptrace_64.c167 int len2 = access_process_vm(target, uaddr, kbuf, len, in get_from_target()
182 int len2 = access_process_vm(target, uaddr, kbuf, len, in set_to_target()
588 if (access_process_vm(target, in genregs32_set()
619 if (access_process_vm(target, in genregs32_set()
/linux/arch/mips/math-emu/
H A Ddsemul.c273 ret = access_process_vm(current, fr_uaddr, &fr, sizeof(fr), in mips_dsemul()
/linux/mm/
H A Dutil.c1008 res = access_process_vm(task, arg_start, buffer, len, FOLL_FORCE); in get_cmdline()
1022 res += access_process_vm(task, env_start, in get_cmdline()
H A Dnommu.c1694 int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, in access_process_vm() function
1711 EXPORT_SYMBOL_GPL(access_process_vm);
H A Dmemory.c6787 int access_process_vm(struct task_struct *tsk, unsigned long addr, in access_process_vm() function
6803 EXPORT_SYMBOL_GPL(access_process_vm);
/linux/Documentation/filesystems/
H A Dlocking.rst660 access_process_vm(), typically used to debug a process through
/linux/include/linux/
H A Dmm.h614 /* called by access_process_vm when get_user_pages() fails, typically
1229 * that do not have writing enabled, when used by access_process_vm.
2460 extern int access_process_vm(struct task_struct *tsk, unsigned long addr,
/linux/kernel/bpf/
H A Dhelpers.c694 ret = access_process_vm(tsk, (unsigned long)user_ptr, dst, size, 0); in BPF_CALL_5()
/linux/kernel/trace/
H A Dbpf_trace.c3633 ret = access_process_vm(tsk, (unsigned long)unsafe_src, dst, size, 0); in copy_user_data_sleepable()