Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dqemu.h172 #define VERIFY_NONE 0 macro
H A Dsyscall.c12178 void *a = lock_user(VERIFY_NONE, arg1, arg2, 0); in _syscall2()