Lines Matching refs:x86
10 # arch ::= "arm" | "arm64" | "x86" | "x86_64" | "lp32" | "lp64"
186 int __fadvise64:fadvise64_64(int, off64_t, off64_t, int) x86
263 # sockets for x86. These are done as an "indexed" call to socketcall syscall.
264 int __socket:socketcall:1(int, int, int) x86
265 int bind:socketcall:2(int, struct sockaddr*, int) x86
266 int __connect:socketcall:3(int, struct sockaddr*, socklen_t) x86
267 int listen:socketcall:4(int, int) x86
268 int getsockname:socketcall:6(int, struct sockaddr*, socklen_t*) x86
269 int getpeername:socketcall:7(int, struct sockaddr*, socklen_t*) x86
270 int __socketpair:socketcall:8(int, int, int, int*) x86
271 … __sendto:socketcall:11(int, const void*, size_t, int, const struct sockaddr*, socklen_t) x86
272 …t recvfrom:socketcall:12(int, void*, size_t, unsigned int, struct sockaddr*, socklen_t*) x86
273 int shutdown:socketcall:13(int, int) x86
274 int setsockopt:socketcall:14(int, int, int, const void*, socklen_t) x86
275 int getsockopt:socketcall:15(int, int, int, void*, socklen_t*) x86
276 int __sendmsg:socketcall:16(int, const struct msghdr*, unsigned int) x86
277 int __recvmsg:socketcall:17(int, struct msghdr*, unsigned int) x86
278 int __accept4:socketcall:18(int, struct sockaddr*, socklen_t*, int) x86
279 … __recvmmsg:socketcall:19(int, struct mmsghdr*, unsigned int, int, const struct timespec*) x86
280 int __sendmmsg:socketcall:20(int, struct mmsghdr*, unsigned int, int) x86
340 int __sync_file_range:sync_file_range(int, off64_t, off64_t, unsigned int) arm64,x86,x86_64
350 # x86-specific
351 int __set_thread_area:set_thread_area(void*) x86