Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/
Dunistd.h292 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
293 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
294 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
295 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
296 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
/linux-2.4.37.9/arch/arm/kernel/
Dtraps.c341 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)