Lines Matching refs:x86

10 #       arch      ::= "arm" | "arm64" | "riscv64" | "x86" | "x86_64" | "lp32" | "lp64"
199 int __fadvise64:fadvise64_64(int, off64_t, off64_t, int) x86
276 # sockets for x86. These are done as an "indexed" call to socketcall syscall.
277 int __socket:socketcall:1(int, int, int) x86
278 int bind:socketcall:2(int, struct sockaddr*, int) x86
279 int __connect:socketcall:3(int, struct sockaddr*, socklen_t) x86
280 int listen:socketcall:4(int, int) x86
281 int getsockname:socketcall:6(int, struct sockaddr*, socklen_t*) x86
282 int getpeername:socketcall:7(int, struct sockaddr*, socklen_t*) x86
283 int __socketpair:socketcall:8(int, int, int, int*) x86
284 … __sendto:socketcall:11(int, const void*, size_t, int, const struct sockaddr*, socklen_t) x86
285 …t recvfrom:socketcall:12(int, void*, size_t, unsigned int, struct sockaddr*, socklen_t*) x86
286 int shutdown:socketcall:13(int, int) x86
287 int setsockopt:socketcall:14(int, int, int, const void*, socklen_t) x86
288 int getsockopt:socketcall:15(int, int, int, void*, socklen_t*) x86
289 int __sendmsg:socketcall:16(int, const struct msghdr*, unsigned int) x86
290 int __recvmsg:socketcall:17(int, struct msghdr*, unsigned int) x86
291 int __accept4:socketcall:18(int, struct sockaddr*, socklen_t*, int) x86
292 … __recvmmsg:socketcall:19(int, struct mmsghdr*, unsigned int, int, const struct timespec*) x86
293 int __sendmmsg:socketcall:20(int, struct mmsghdr*, unsigned int, int) x86
353 int __sync_file_range:sync_file_range(int, off64_t, off64_t, unsigned int) x86,lp64
366 # x86-specific
367 int __set_thread_area:set_thread_area(void*) x86