Searched refs:futex_andl (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_support.S | 133 ENTRY(futex_andl) 153 END(futex_andl)
|
/freebsd/sys/compat/linux/ |
H A D | linux_futex.h | 94 int futex_andl(int oparg, uint32_t *uaddr, int *oldval);
|
H A D | linux_futex.c | 154 ret = futex_andl(~oparg, uaddr, &oldval); in futex_atomic_op()
|
/freebsd/sys/i386/linux/ |
H A D | linux_copyout.c | 137 futex_andl(int oparg, uint32_t *uaddr, int *oldval) in futex_andl() function
|
/freebsd/sys/amd64/linux/ |
H A D | linux_machdep.c | 204 DEFINE_IFUNC(, int, futex_andl, (int, uint32_t *, int *))
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_machdep.c | 582 DEFINE_IFUNC(, int, futex_andl, (int, uint32_t *, int *))
|