Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:__ARM_NR_BASE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H
A
D
unistd.h
26
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE + 0x0f0000)
macro
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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H
A
D
unistd.h
26
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE + 0x0f0000)
macro
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)
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
unistd.h
33
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE+0x0f0000)
macro
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)
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
unistd.h
33
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE+0x0f0000)
macro
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)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H
A
D
unistd.h
18
#define
__ARM_NR_BASE
(__NR_SYSCALL_BASE+0x0f0000)
macro
19
#define __ARM_NR_breakpoint (
__ARM_NR_BASE
+1)
20
#define __ARM_NR_cacheflush (
__ARM_NR_BASE
+2)
21
#define __ARM_NR_usr26 (
__ARM_NR_BASE
+3)
22
#define __ARM_NR_usr32 (
__ARM_NR_BASE
+4)
23
#define __ARM_NR_set_tls (
__ARM_NR_BASE
+5)
24
#define __ARM_NR_get_tls (
__ARM_NR_BASE
+6)
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
traps.c
602
#define NR(x) ((__ARM_NR_##x) -
__ARM_NR_BASE
)
605
if ((no >> 16) != (
__ARM_NR_BASE
>> 16))
in arm_syscall()
H
A
D
entry-common.S
287
2: cmp scno, #(
__ARM_NR_BASE
- __NR_SYSCALL_BASE)
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
traps.c
607
#define NR(x) ((__ARM_NR_##x) -
__ARM_NR_BASE
)
610
if ((no >> 16) != (
__ARM_NR_BASE
>> 16))
in arm_syscall()
H
A
D
entry-common.S
269
2: cmp scno, #(
__ARM_NR_BASE
- __NR_SYSCALL_BASE)
Completed in 6 milliseconds