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 196 if (!(s = lock_user_string(ARG(0))))
239 if (!(s = lock_user_string(args)))
325 if (!(s = lock_user_string(ARG(0))))
339 s = lock_user_string(ARG(0));
340 s2 = lock_user_string(ARG(2));
361 if (!(s = lock_user_string(ARG(0))))

Completed in 134 milliseconds