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:TIF_RESTORE_RSE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
thread_info.h
111
#define
TIF_RESTORE_RSE
21 /* user RBS is newer than kernel RBS */
macro
124
#define _TIF_RESTORE_RSE (1 <<
TIF_RESTORE_RSE
)
H
A
D
ptrace.h
135
(!test_thread_flag(
TIF_RESTORE_RSE
))
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
thread_info.h
109
#define
TIF_RESTORE_RSE
21 /* user RBS is newer than kernel RBS */
macro
122
#define _TIF_RESTORE_RSE (1 <<
TIF_RESTORE_RSE
)
H
A
D
ptrace.h
140
(!test_thread_flag(
TIF_RESTORE_RSE
))
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
ptrace.c
599
* newer RSE to return to user.
TIF_RESTORE_RSE
is the flag to indicate we need
604
if (test_and_set_tsk_thread_flag(current,
TIF_RESTORE_RSE
))
in ia64_ptrace_stop()
615
clear_tsk_thread_flag(current,
TIF_RESTORE_RSE
);
in ia64_sync_krbs()
645
!test_and_set_tsk_thread_flag(child,
TIF_RESTORE_RSE
)) {
in ptrace_attach_sync_user_rbs()
1221
if (test_thread_flag(
TIF_RESTORE_RSE
))
in syscall_trace_enter()
1246
if (test_thread_flag(
TIF_RESTORE_RSE
))
in syscall_trace_leave()
1742
if (test_and_set_tsk_thread_flag(target,
TIF_RESTORE_RSE
))
in gpregs_writeback()
H
A
D
process.c
186
if (unlikely(test_thread_flag(
TIF_RESTORE_RSE
))) {
in do_notify_resume_user()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
ptrace.c
599
* newer RSE to return to user.
TIF_RESTORE_RSE
is the flag to indicate we need
604
if (test_and_set_tsk_thread_flag(current,
TIF_RESTORE_RSE
))
in ia64_ptrace_stop()
615
clear_tsk_thread_flag(current,
TIF_RESTORE_RSE
);
in ia64_sync_krbs()
1167
if (test_thread_flag(
TIF_RESTORE_RSE
))
in syscall_trace_enter()
1192
if (test_thread_flag(
TIF_RESTORE_RSE
))
in syscall_trace_leave()
1686
if (test_and_set_tsk_thread_flag(target,
TIF_RESTORE_RSE
))
in gpregs_writeback()
H
A
D
process.c
187
if (unlikely(test_thread_flag(
TIF_RESTORE_RSE
))) {
in do_notify_resume_user()
Completed in 9 milliseconds