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_RESTOREALL
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
syscall_64.c
170
if (likely(!(ti_flags & (_TIF_NOERROR |
_TIF_RESTOREALL
)))) {
in syscall_exit_prepare()
177
if (ti_flags &
_TIF_RESTOREALL
)
in syscall_exit_prepare()
178
ret =
_TIF_RESTOREALL
;
in syscall_exit_prepare()
188
ret |=
_TIF_RESTOREALL
;
in syscall_exit_prepare()
205
ret |=
_TIF_RESTOREALL
;
in syscall_exit_prepare()
284
ret |=
_TIF_RESTOREALL
;
in interrupt_exit_user_prepare()
H
A
D
syscalls.c
133
ti->flags |=
_TIF_RESTOREALL
;
in SYSCALL_DEFINE0()
H
A
D
entry_32.S
533
andi. r0,r9,
_TIF_RESTOREALL
H
A
D
process.c
1700
ti->flags |=
_TIF_RESTOREALL
;
in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
interrupt.c
196
ret |=
_TIF_RESTOREALL
;
in interrupt_exit_user_prepare_main()
280
if (likely(!(ti_flags & (_TIF_NOERROR |
_TIF_RESTOREALL
)))) {
in syscall_exit_prepare()
287
if (ti_flags &
_TIF_RESTOREALL
)
in syscall_exit_prepare()
288
ret =
_TIF_RESTOREALL
;
in syscall_exit_prepare()
298
ret |=
_TIF_RESTOREALL
;
in syscall_exit_prepare()
H
A
D
syscall.c
78
* If system call is called with TM active, set
_TIF_RESTOREALL
to
in system_call_exception()
88
set_bits(
_TIF_RESTOREALL
, ¤t_thread_info()->flags);
in system_call_exception()
H
A
D
syscalls.c
124
ti->flags |=
_TIF_RESTOREALL
;
in SYSCALL_DEFINE0()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
thread_info.h
133
#define
_TIF_RESTOREALL
(1<<TIF_RESTOREALL)
macro
149
#define _TIF_PERSYSCALL_MASK (
_TIF_RESTOREALL
|_TIF_NOERROR)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
thread_info.h
133
#define
_TIF_RESTOREALL
(1<<TIF_RESTOREALL)
macro
148
#define _TIF_PERSYSCALL_MASK (
_TIF_RESTOREALL
|_TIF_NOERROR)
Completed in 7 milliseconds