Searched refs:__syscall7 (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/src/internal/ |
D | syscall.h | 35 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc… macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 35 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc… macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 35 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc… macro
|
/third_party/musl/arch/mips/ |
D | syscall_arch.h | 124 static inline long __syscall7(long n, long a, long b, long c, long d, long e, long f, long g) in __syscall7() function
|