Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/android/
Dvsoc.c494 struct vsoc_cond_wait __user *untrusted_in) in do_vsoc_cond_wait() argument
499 if (copy_from_user(&arg, untrusted_in, sizeof(arg))) in do_vsoc_cond_wait()
504 if (copy_to_user(untrusted_in, &arg, sizeof(arg))) in do_vsoc_cond_wait()