Searched refs:__ARM_NR_BASE (Results 1 – 3 of 3) sorted by relevance
424 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro425 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)426 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)427 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)428 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)429 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
572 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)577 if ((no >> 16) != (__ARM_NR_BASE>> 16)) in arm_syscall()
231 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)