Searched refs:__SYSCALL_LL_E (Results 1 - 25 of 25) sorted by relevance

/seL4-test-master/projects/musllibc/arch/powerpc/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/src/fcntl/
H A Dposix_fallocate.c7 return -__syscall(SYS_fallocate, fd, 0, __SYSCALL_LL_E(base),
8 __SYSCALL_LL_E(len));
H A Dposix_fadvise.c12 __SYSCALL_LL_E(base), __SYSCALL_LL_E(len));
15 __SYSCALL_LL_E(len), advice);
/seL4-test-master/projects/musllibc/src/linux/
H A Dsync_file_range.c10 __SYSCALL_LL_E(pos), __SYSCALL_LL_E(len));
13 __SYSCALL_LL_O(pos), __SYSCALL_LL_E(len), flags);
H A Dfallocate.c8 return syscall(SYS_fallocate, fd, mode, __SYSCALL_LL_E(base),
9 __SYSCALL_LL_E(len));
H A Dfanotify.c12 return syscall(SYS_fanotify_mark, fanotify_fd, flags, __SYSCALL_LL_E(mask), dfd, pathname);
/seL4-test-master/projects/musllibc/arch/arm_sel4/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/i386/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/i386_sel4/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/riscv/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/riscv_sel4/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/sh/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
5 #define __SYSCALL_LL_PRW(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/arm/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/microblaze/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/or1k/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/aarch64_sel4/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/x86_64_sel4/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/x86_64/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/aarch64/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/powerpc64/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/s390x/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/mips/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/seL4-test-master/projects/musllibc/arch/x32/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/mipsn32/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/seL4-test-master/projects/musllibc/arch/mips64/
H A Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro

Completed in 183 milliseconds