Searched refs:__NR_SYSCALL_BASE (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 4 #define __NR_restart_syscall (__NR_SYSCALL_BASE + 0) 5 #define __NR_exit (__NR_SYSCALL_BASE + 1) 6 #define __NR_fork (__NR_SYSCALL_BASE + 2) 7 #define __NR_read (__NR_SYSCALL_BASE + 3) 8 #define __NR_write (__NR_SYSCALL_BASE + 4) 9 #define __NR_open (__NR_SYSCALL_BASE + 5) 10 #define __NR_close (__NR_SYSCALL_BASE + 6) 11 #define __NR_creat (__NR_SYSCALL_BASE + 8) 12 #define __NR_link (__NR_SYSCALL_BASE + 9) 13 #define __NR_unlink (__NR_SYSCALL_BASE + 10) [all …]
|
H A D | unistd-oabi.h | 4 #define __NR_time (__NR_SYSCALL_BASE + 13) 5 #define __NR_umount (__NR_SYSCALL_BASE + 22) 6 #define __NR_stime (__NR_SYSCALL_BASE + 25) 7 #define __NR_alarm (__NR_SYSCALL_BASE + 27) 8 #define __NR_utime (__NR_SYSCALL_BASE + 30) 9 #define __NR_getrlimit (__NR_SYSCALL_BASE + 76) 10 #define __NR_select (__NR_SYSCALL_BASE + 82) 11 #define __NR_readdir (__NR_SYSCALL_BASE + 89) 12 #define __NR_mmap (__NR_SYSCALL_BASE + 90) 13 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) [all …]
|
H A D | unistd.h | 20 #define __NR_SYSCALL_BASE 0 macro 23 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro 33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | unistd.h | 21 #define __NR_SYSCALL_BASE 0 macro 24 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro 33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
|
/openbmc/qemu/tests/tcg/mips/ |
H A D | hello-mips.c | 12 #define __NR_SYSCALL_BASE 4000 macro 13 #define __NR_exit (__NR_SYSCALL_BASE+ 1) 14 #define __NR_write (__NR_SYSCALL_BASE+ 4)
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sigreturn_codes.S | 80 ARM_OK( mov r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) ) 85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 90 ARM_OK( mov r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE) ) 95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
H A D | entry-common.S | 92 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) 219 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in 249 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 269 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE) 270 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back 367 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 1 #define __NR_SYSCALL_BASE 0x900000 macro 2 #define __NR_exit1 (__NR_SYSCALL_BASE+ 1) 3 #define __NR_write (__NR_SYSCALL_BASE+ 4)
|
/openbmc/linux/arch/arm/tools/ |
H A D | Makefile | 42 --offset __NR_SYSCALL_BASE $< $@
|