Searched refs:do_futex (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 8110 static int do_futex(CPUState *cpu, bool time64, target_ulong uaddr, in do_futex() function 13417 return do_futex(cpu, false, arg1, arg2, arg3, arg4, arg5, arg6); in _syscall2() 13421 return do_futex(cpu, true, arg1, arg2, arg3, arg4, arg5, arg6); in _syscall2()
|