OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ARM_NR_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h
26
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE + 0x0f0000)
27
#define __ARM_NR_breakpoint (
__ARM_NR_BASE
+ 1)
28
#define __ARM_NR_cacheflush (
__ARM_NR_BASE
+ 2)
29
#define __ARM_NR_usr26 (
__ARM_NR_BASE
+ 3)
30
#define __ARM_NR_usr32 (
__ARM_NR_BASE
+ 4)
31
#define __ARM_NR_set_tls (
__ARM_NR_BASE
+ 5)
32
#define __ARM_NR_get_tls (
__ARM_NR_BASE
+ 6)
/external/kernel-headers/original/uapi/asm-arm/asm/
unistd.h
33
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE+0x0f0000)
34
#define __ARM_NR_breakpoint (
__ARM_NR_BASE
+1)
35
#define __ARM_NR_cacheflush (
__ARM_NR_BASE
+2)
36
#define __ARM_NR_usr26 (
__ARM_NR_BASE
+3)
37
#define __ARM_NR_usr32 (
__ARM_NR_BASE
+4)
38
#define __ARM_NR_set_tls (
__ARM_NR_BASE
+5)
39
#define __ARM_NR_get_tls (
__ARM_NR_BASE
+6)
Completed in 3329 milliseconds