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:NO_SYSCALL
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
ptrace.h
10
* If pt_regs.syscallno ==
NO_SYSCALL
, then the thread is not executing
17
#define
NO_SYSCALL
(-1)
macro
54
return regs->syscallno !=
NO_SYSCALL
;
in in_syscall()
59
regs->syscallno =
NO_SYSCALL
;
in forget_syscall()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
ptrace.h
107
* If pt_regs.syscallno ==
NO_SYSCALL
, then the thread is not executing
113
#define
NO_SYSCALL
(-1)
macro
204
return regs->syscallno !=
NO_SYSCALL
;
in in_syscall()
209
regs->syscallno =
NO_SYSCALL
;
in forget_syscall()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
112
* If pt_regs.syscallno ==
NO_SYSCALL
, then the thread is not executing
118
#define
NO_SYSCALL
(-1)
macro
208
return regs->syscallno !=
NO_SYSCALL
;
in in_syscall()
213
regs->syscallno =
NO_SYSCALL
;
in forget_syscall()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
syscall.c
135
* is to set the system call to -1 (
NO_SYSCALL
) and set x0 to a
in el0_svc_common()
148
if (scno ==
NO_SYSCALL
)
in el0_svc_common()
151
if (scno ==
NO_SYSCALL
)
in el0_svc_common()
H
A
D
ptrace.c
1803
return
NO_SYSCALL
;
in syscall_trace_enter()
1808
return
NO_SYSCALL
;
in syscall_trace_enter()
H
A
D
entry.S
261
mov w21, #
NO_SYSCALL
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
syscall.c
116
* is to set the system call to -1 (
NO_SYSCALL
) and set x0 to a
in el0_svc_common()
129
if (scno ==
NO_SYSCALL
)
in el0_svc_common()
132
if (scno ==
NO_SYSCALL
)
in el0_svc_common()
H
A
D
ptrace.c
2200
return
NO_SYSCALL
;
in syscall_trace_enter()
2205
return
NO_SYSCALL
;
in syscall_trace_enter()
H
A
D
entry.S
308
mov w21, #
NO_SYSCALL
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
ptrace.h
42
#define
NO_SYSCALL
(-1)
macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
ptrace.h
42
#define
NO_SYSCALL
(-1)
macro
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H
A
D
ptrace.c
549
if (regs->syscall ==
NO_SYSCALL
)
in do_syscall_trace_enter()
555
regs->syscall =
NO_SYSCALL
;
in do_syscall_trace_enter()
559
if (regs->syscall ==
NO_SYSCALL
||
in do_syscall_trace_enter()
H
A
D
signal.c
194
regs->syscall =
NO_SYSCALL
; /* disable syscall checks */
in restore_sigcontext()
436
if (regs->syscall !=
NO_SYSCALL
) {
in do_signal()
475
if (regs->syscall !=
NO_SYSCALL
) {
in do_signal()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H
A
D
signal.c
203
regs->syscall =
NO_SYSCALL
; /* disable syscall checks */
in restore_sigcontext()
464
if (regs->syscall !=
NO_SYSCALL
) {
in do_signal()
503
if (regs->syscall !=
NO_SYSCALL
) {
in do_signal()
H
A
D
ptrace.c
546
if (regs->syscall ==
NO_SYSCALL
)
in do_syscall_trace_enter()
552
regs->syscall =
NO_SYSCALL
;
in do_syscall_trace_enter()
556
if (regs->syscall ==
NO_SYSCALL
||
in do_syscall_trace_enter()
Completed in 15 milliseconds