OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Generated from the Linux kernel's calls.S. | 5 // Generated from the Linux kernel's calls.S. |
6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
7 #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
8 | 8 |
9 #if !defined(__arm__) || !defined(__ARM_EABI__) | 9 #if !defined(__arm__) || !defined(__ARM_EABI__) |
10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1198 #endif | 1198 #endif |
1199 | 1199 |
1200 #if !defined(__NR_splice) | 1200 #if !defined(__NR_splice) |
1201 #define __NR_splice (__NR_SYSCALL_BASE+340) | 1201 #define __NR_splice (__NR_SYSCALL_BASE+340) |
1202 #endif | 1202 #endif |
1203 | 1203 |
1204 #if !defined(__NR_arm_sync_file_range) | 1204 #if !defined(__NR_arm_sync_file_range) |
1205 #define __NR_arm_sync_file_range (__NR_SYSCALL_BASE+341) | 1205 #define __NR_arm_sync_file_range (__NR_SYSCALL_BASE+341) |
1206 #endif | 1206 #endif |
1207 | 1207 |
1208 #if !defined(__NR_sync_file_range2) | |
1209 #define __NR_sync_file_range2 (__NR_SYSCALL_BASE+341) | |
1210 #endif | |
1211 | |
1212 #if !defined(__NR_tee) | 1208 #if !defined(__NR_tee) |
1213 #define __NR_tee (__NR_SYSCALL_BASE+342) | 1209 #define __NR_tee (__NR_SYSCALL_BASE+342) |
1214 #endif | 1210 #endif |
1215 | 1211 |
1216 #if !defined(__NR_vmsplice) | 1212 #if !defined(__NR_vmsplice) |
1217 #define __NR_vmsplice (__NR_SYSCALL_BASE+343) | 1213 #define __NR_vmsplice (__NR_SYSCALL_BASE+343) |
1218 #endif | 1214 #endif |
1219 | 1215 |
1220 #if !defined(__NR_move_pages) | 1216 #if !defined(__NR_move_pages) |
1221 #define __NR_move_pages (__NR_SYSCALL_BASE+344) | 1217 #define __NR_move_pages (__NR_SYSCALL_BASE+344) |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1409 #if !defined(__ARM_NR_set_tls) | 1405 #if !defined(__ARM_NR_set_tls) |
1410 #define __ARM_NR_set_tls (__ARM_NR_BASE+5) | 1406 #define __ARM_NR_set_tls (__ARM_NR_BASE+5) |
1411 #endif | 1407 #endif |
1412 | 1408 |
1413 // ARM kernel private syscall. | 1409 // ARM kernel private syscall. |
1414 #if !defined(__ARM_NR_cmpxchg) | 1410 #if !defined(__ARM_NR_cmpxchg) |
1415 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) | 1411 #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) |
1416 #endif | 1412 #endif |
1417 | 1413 |
1418 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ | 1414 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_ |
OLD | NEW |