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_vr
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal_64.c
91
if (tsk->thread.
used_vr
)
in prepare_setup_sigcontext()
140
if (tsk->thread.
used_vr
) {
in __unsafe_setup_sigcontext()
244
if (tsk->thread.
used_vr
) {
in setup_tm_sigcontexts()
397
tsk->thread.
used_vr
= true;
in __unsafe_restore_sigcontext()
398
} else if (tsk->thread.
used_vr
) {
in __unsafe_restore_sigcontext()
523
current->thread.
used_vr
= true;
in restore_tm_sigcontexts()
525
else if (tsk->thread.
used_vr
) {
in restore_tm_sigcontexts()
H
A
D
signal_32.c
252
if (current->thread.
used_vr
)
in prepare_save_user_regs()
278
if (current->thread.
used_vr
) {
in __unsafe_save_user_regs()
385
if (current->thread.
used_vr
) {
in save_tm_user_regs_unsafe()
503
current->thread.
used_vr
= true;
in restore_user_regs()
504
} else if (current->thread.
used_vr
)
in restore_user_regs()
603
current->thread.
used_vr
= true;
in restore_tm_user_regs()
604
} else if (current->thread.
used_vr
) {
in restore_tm_user_regs()
H
A
D
process.c
485
current->thread.
used_vr
= 1;
in do_restore_altivec()
1983
current->thread.
used_vr
= 0;
in start_thread()
H
A
D
asm-offsets.c
116
OFFSET(THREAD_USED_VR, thread_struct,
used_vr
);
in main()
H
A
D
traps.c
1904
current->thread.
used_vr
= 1;
in DEFINE_INTERRUPT_HANDLER()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal_64.c
119
if (tsk->thread.
used_vr
) {
in setup_sigcontext()
230
if (tsk->thread.
used_vr
) {
in setup_tm_sigcontexts()
381
tsk->thread.
used_vr
= true;
in restore_sigcontext()
382
} else if (tsk->thread.
used_vr
) {
in restore_sigcontext()
504
current->thread.
used_vr
= true;
in restore_tm_sigcontexts()
506
else if (tsk->thread.
used_vr
) {
in restore_tm_sigcontexts()
H
A
D
signal_32.c
253
if (current->thread.
used_vr
) {
in save_user_regs()
368
if (current->thread.
used_vr
) {
in save_tm_user_regs()
520
current->thread.
used_vr
= true;
in restore_user_regs()
521
} else if (current->thread.
used_vr
)
in restore_user_regs()
626
current->thread.
used_vr
= true;
in restore_tm_user_regs()
627
} else if (current->thread.
used_vr
) {
in restore_tm_user_regs()
H
A
D
process.c
486
current->thread.
used_vr
= 1;
in do_restore_altivec()
1881
current->thread.
used_vr
= 0;
in start_thread()
H
A
D
asm-offsets.c
122
OFFSET(THREAD_USED_VR, thread_struct,
used_vr
);
in main()
H
A
D
traps.c
1899
current->thread.
used_vr
= 1;
in altivec_unavailable_tm()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-altivec.c
26
return target->thread.
used_vr
? regset->n : 0;
in vr_active()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace-altivec.c
26
return target->thread.
used_vr
? regset->n : 0;
in vr_active()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
processor.h
194
int
used_vr
; /* set if process has used altivec */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
processor.h
185
int
used_vr
; /* set if process has used altivec */
member
Completed in 27 milliseconds