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

/external/linux-tools-perf/perf-3.12.0/arch/arm/include/asm/
H A Dunistd.h19 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h420 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
421 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
422 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
423 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
424 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
425 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
/external/linux-tools-perf/perf-3.12.0/arch/arm/include/uapi/asm/
H A Dunistd.h418 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
419 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
420 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
421 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
422 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
423 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
/external/chromium_org/sandbox/linux/services/
H A Darm_linux_syscalls.h13 // __NR_SYSCALL_BASE, __ARM_NR_BASE are defined in <asm/unistd.h>.
1384 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
1388 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
1392 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
1396 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
1400 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
1405 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h239 // ARM EABI includes "ARM private" system calls starting at |__ARM_NR_BASE|,
241 // at |__ARM_NR_BASE+0x00fff0|.
245 #define MIN_PRIVATE_SYSCALL ((unsigned int)__ARM_NR_BASE)
247 #define MIN_GHOST_SYSCALL ((unsigned int)__ARM_NR_BASE + 0xfff0u)

Completed in 233 milliseconds