Searched defs:__syscall7 (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/arch/loongarch64/ |
H A D | syscall_arch.h | 114 static inline long __syscall7(long n, long a, long b, long c, long d, long e, long f, long g) in __syscall7() function
|
/third_party/musl/arch/mips/ |
H A 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
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A 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(f),__scc(g)) macro
|
/third_party/musl/src/internal/ |
H A D | syscall.h | 36 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f),__scc(g)) macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | syscall.h | 36 #define __syscall7(n,a,b,c,d,e,f,g) __syscall7(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f),__scc(g)) macro
|
Completed in 4 milliseconds