Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c7550 static inline int target_to_host_mlockall_arg(int arg) in target_to_host_mlockall_arg() function
10548 return get_errno(mlockall(target_to_host_mlockall_arg(arg1))); in _syscall2()