Home
last modified time | relevance | path

Searched refs:__ARM_NR_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/include/uapi/asm/
Dunistd.h421 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
422 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
423 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
424 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
425 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
426 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
/linux-4.1.27/arch/arm/include/asm/
Dunistd.h29 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
/linux-4.1.27/arch/arm/kernel/
Dtraps.c572 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)
577 if ((no >> 16) != (__ARM_NR_BASE>> 16)) in arm_syscall()
Dentry-common.S205 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)