HomeSort by relevance Sort by last modified time
    Searched full:lock_user_string (Results 1 - 2 of 2) sorted by null

  /external/qemu/
softmmu-semi.h 62 #define lock_user_string(p) softmmu_lock_user_string(env, p) macro
arm-semi.c 193 if (!(s = lock_user_string(ARG(0))))
236 if (!(s = lock_user_string(args)))
322 if (!(s = lock_user_string(ARG(0))))
336 s = lock_user_string(ARG(0));
337 s2 = lock_user_string(ARG(2));
358 if (!(s = lock_user_string(ARG(0))))

Completed in 178 milliseconds