Searched refs:lock_user_string (Results 1 – 11 of 11) sorted by relevance
45 upath = lock_user_string(pathptr); in do_freebsd_shm_open2()53 uname = lock_user_string(nameptr); in do_freebsd_shm_open2()81 ufrom = lock_user_string(fromptr); in do_freebsd_shm_rename()85 uto = lock_user_string(toptr); in do_freebsd_shm_rename()
78 *q = lock_user_string(addr); in freebsd_exec_common()95 *q = lock_user_string(addr); in freebsd_exec_common()116 p = lock_user_string(path_or_fd); in freebsd_exec_common()
141 p = lock_user_string(arg1); in do_freebsd_setloginclass()
499 snamep = lock_user_string(namep); in do_freebsd_sysctlbyname()
236 p = lock_user_string(fname); in mips_semihosting()359 msg = lock_user_string(gpr[4]); in mips_semihosting()363 file = lock_user_string(gpr[5]); in mips_semihosting()
46 void *lock_user_string(abi_ulong guest_addr) in lock_user_string() function
112 #define lock_user_string(p) uaccess_lock_user_string(env, p) macro
82 s = lock_user_string(arg1); in print_execve()101 if ((s = lock_user_string(arg_addr))) { in print_execve()
27 (p) = lock_user_string(arg); \37 (p1) = lock_user_string(arg1); \41 (p2) = lock_user_string(arg2); \
98 p = lock_user_string(arg1); in do_bsd_setlogin()
472 static inline void *lock_user_string(abi_ulong guest_addr) in lock_user_string() function