Searched refs:__ARM_NR_BASE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dunistd.h385 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
386 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
387 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
388 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
389 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
390 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dunistd.h305 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
306 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
307 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
308 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c431 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)
437 if ((no >> 16) != (__ARM_NR_BASE>> 16))
H A Dentry-common.S217 cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtraps.c398 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)

Completed in 77 milliseconds