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 194 if (!(s = lock_user_string(ARG(0))))
237 if (!(s = lock_user_string(args)))
323 if (!(s = lock_user_string(ARG(0))))
337 s = lock_user_string(ARG(0));
338 s2 = lock_user_string(ARG(2));
359 if (!(s = lock_user_string(ARG(0))))

Completed in 40 milliseconds