Home
last modified time | relevance | path

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

/linux-6.6.21/arch/alpha/kernel/ !
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-6.6.21/arch/x86/kernel/ !
Dstep.c62 copied = access_process_vm(child, addr, opcode, sizeof(opcode), in is_setting_trap_flag()
/linux-6.6.21/arch/sparc/kernel/ !
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()
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-6.6.21/drivers/misc/lkdtm/ !
Dperms.c96 copied = access_process_vm(current, (unsigned long)dst, do_nothing_text, in execute_user_location()
/linux-6.6.21/arch/mips/math-emu/ !
Ddsemul.c273 ret = access_process_vm(current, fr_uaddr, &fr, sizeof(fr), in mips_dsemul()
/linux-6.6.21/arch/x86/um/ !
Dptrace_64.c205 n = access_process_vm(current, addr, &instr, sizeof(instr), in is_syscall()
Dptrace_32.c40 n = access_process_vm(current, addr, &instr, sizeof(instr), in is_syscall()
/linux-6.6.21/mm/ !
Dutil.c1018 res = access_process_vm(task, arg_start, buffer, len, FOLL_FORCE); in get_cmdline()
1032 res += access_process_vm(task, env_start, in get_cmdline()
Dnommu.c1708 int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, in access_process_vm() function
1725 EXPORT_SYMBOL_GPL(access_process_vm);
Dmemory.c5860 int access_process_vm(struct task_struct *tsk, unsigned long addr, in access_process_vm() function
5876 EXPORT_SYMBOL_GPL(access_process_vm);
/linux-6.6.21/arch/ia64/kernel/ !
Dptrace.c455 copied = access_process_vm(child, addr, &ret, sizeof(ret), FOLL_FORCE); in ia64_peek()
491 } else if (access_process_vm(child, addr, &val, sizeof(val), in ia64_poke()
546 if (access_process_vm(child, addr, &val, sizeof(val), in ia64_sync_user_rbs()
563 if (access_process_vm(child, addr, &val, sizeof(val), in ia64_sync_kernel_rbs()
/linux-6.6.21/drivers/gpu/drm/i915/gem/selftests/ !
Di915_gem_mman.c1466 err = access_process_vm(current, addr, &x, sizeof(x), 0); in __igt_mmap_access()
1473 err = access_process_vm(current, addr, &B, sizeof(B), FOLL_WRITE); in __igt_mmap_access()
/linux-6.6.21/kernel/bpf/ !
Dhelpers.c689 ret = access_process_vm(tsk, (unsigned long)user_ptr, dst, size, 0); in BPF_CALL_5()
/linux-6.6.21/Documentation/filesystems/ !
Dlocking.rst705 access_process_vm(), typically used to debug a process through
/linux-6.6.21/include/linux/ !
Dmm.h2412 extern int access_process_vm(struct task_struct *tsk, unsigned long addr,