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:used_vsr
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal_32.c
258
if (current->thread.
used_vsr
&& ctx_has_vsx_region)
in prepare_save_user_regs()
310
if (current->thread.
used_vsr
&& ctx_has_vsx_region) {
in __unsafe_save_user_regs()
429
if (current->thread.
used_vsr
) {
in save_tm_user_regs_unsafe()
527
current->thread.
used_vsr
= true;
in restore_user_regs()
528
} else if (current->thread.
used_vsr
)
in restore_user_regs()
628
current->thread.
used_vsr
= true;
in restore_tm_user_regs()
629
} else if (current->thread.
used_vsr
)
in restore_tm_user_regs()
659
current->thread.
used_vsr
= true;
in restore_tm_user_regs()
H
A
D
signal_64.c
100
if (tsk->thread.
used_vsr
)
in prepare_setup_sigcontext()
170
if (tsk->thread.
used_vsr
&& ctx_has_vsx_region) {
in __unsafe_setup_sigcontext()
296
if (tsk->thread.
used_vsr
) {
in setup_tm_sigcontexts()
420
tsk->thread.
used_vsr
= true;
in __unsafe_restore_sigcontext()
557
tsk->thread.
used_vsr
= true;
in restore_tm_sigcontexts()
H
A
D
process.c
501
current->thread.
used_vsr
= 1;
in do_restore_vsx()
1970
current->thread.
used_vsr
= 0;
in start_thread()
H
A
D
asm-offsets.c
121
OFFSET(THREAD_USED_VSR, thread_struct,
used_vsr
);
in main()
H
A
D
traps.c
1920
current->thread.
used_vsr
= 1;
in DEFINE_INTERRUPT_HANDLER()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal_32.c
290
if (current->thread.
used_vsr
&& ctx_has_vsx_region) {
in save_user_regs()
428
if (current->thread.
used_vsr
) {
in save_tm_user_regs()
547
current->thread.
used_vsr
= true;
in restore_user_regs()
548
} else if (current->thread.
used_vsr
)
in restore_user_regs()
660
current->thread.
used_vsr
= true;
in restore_tm_user_regs()
661
} else if (current->thread.
used_vsr
)
in restore_tm_user_regs()
H
A
D
signal_64.c
157
if (tsk->thread.
used_vsr
&& ctx_has_vsx_region) {
in setup_sigcontext()
282
if (tsk->thread.
used_vsr
) {
in setup_tm_sigcontexts()
404
tsk->thread.
used_vsr
= true;
in restore_sigcontext()
538
tsk->thread.
used_vsr
= true;
in restore_tm_sigcontexts()
H
A
D
process.c
502
current->thread.
used_vsr
= 1;
in do_restore_vsx()
1870
current->thread.
used_vsr
= 0;
in start_thread()
H
A
D
asm-offsets.c
127
OFFSET(THREAD_USED_VSR, thread_struct,
used_vsr
);
in main()
H
A
D
traps.c
1915
current->thread.
used_vsr
= 1;
in vsx_unavailable_tm()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-vsx.c
82
return target->thread.
used_vsr
? regset->n : 0;
in vsr_active()
H
A
D
ptrace-tm.c
448
return target->thread.
used_vsr
? regset->n : 0;
in tm_cvsx_active()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-vsx.c
82
return target->thread.
used_vsr
? regset->n : 0;
in vsr_active()
H
A
D
ptrace-tm.c
449
return target->thread.
used_vsr
? regset->n : 0;
in tm_cvsx_active()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
processor.h
198
int
used_vsr
; /* set if process has used VSX */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
processor.h
189
int
used_vsr
; /* set if process has used VSX */
member
Completed in 21 milliseconds