File: syscall-aux.h

package info (click to toggle)
criu 4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,584 kB
  • sloc: ansic: 139,280; python: 7,484; sh: 3,824; java: 2,799; makefile: 2,659; asm: 1,137; perl: 206; xml: 117; exp: 45
file content (27 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef __NR_mmap2
#define __NR_mmap2 192
#endif

#ifndef __ARM_NR_BASE
#define __ARM_NR_BASE 0x0f0000
#endif

#ifndef __ARM_NR_breakpoint
#define __ARM_NR_breakpoint (__ARM_NR_BASE + 1)
#endif

#ifndef __ARM_NR_cacheflush
#define __ARM_NR_cacheflush (__ARM_NR_BASE + 2)
#endif

#ifndef __ARM_NR_usr26
#define __ARM_NR_usr26 (__ARM_NR_BASE + 3)
#endif

#ifndef __ARM_NR_usr32
#define __ARM_NR_usr32 (__ARM_NR_BASE + 4)
#endif

#ifndef __ARM_NR_set_tls
#define __ARM_NR_set_tls (__ARM_NR_BASE + 5)
#endif