Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch44 - ret = syscall( __NR_futex, uaddr, op, val, timeout, uaddr2, val3 );
45 + ret = syscall( SYS_futex, uaddr, op, val, timeout, uaddr2, val3 );
/openbmc/qemu/linux-user/
H A Dsyscall.c358 const struct timespec *,timeout,int *,uaddr2,int,val3)
362 const struct timespec *,timeout,int *,uaddr2,int,val3)
731 const struct timespec *,timeout,int *,uaddr2,int,val3) in safe_syscall3()
735 const struct timespec *,timeout,int *,uaddr2,int,val3) in safe_syscall3()
8055 const struct timespec *timeout, int *uaddr2, in do_sys_futex() argument
8061 return sys_futex(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex()
8068 return sys_futex_time64(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex()
8073 return sys_futex(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex()
8080 const struct timespec *timeout, int *uaddr2, in do_safe_futex() argument
8086 return get_errno(safe_futex(uaddr, op, val, timeout, uaddr2, val3)); in do_safe_futex()
[all …]