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:load_vec
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
processor.h
190
u8
load_vec
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
processor.h
181
u8
load_vec
;
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
476
if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.
load_vec
)) {
in should_restore_altivec()
477
current->thread.
load_vec
++;
in should_restore_altivec()
1125
current->thread.
load_vec
= 1;
in restore_tm_state()
1882
current->thread.
load_vec
= 0;
in start_thread()
H
A
D
traps.c
1897
current->thread.
load_vec
= 1;
in altivec_unavailable_tm()
1920
current->thread.
load_vec
= 1;
in vsx_unavailable_tm()
H
A
D
asm-offsets.c
124
OFFSET(THREAD_LOAD_VEC, thread_struct,
load_vec
);
in main()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
process.c
475
if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.
load_vec
)) {
in should_restore_altivec()
476
current->thread.
load_vec
++;
in should_restore_altivec()
1143
current->thread.
load_vec
= 1;
in restore_tm_state()
1984
current->thread.
load_vec
= 0;
in start_thread()
H
A
D
traps.c
1902
current->thread.
load_vec
= 1;
in DEFINE_INTERRUPT_HANDLER()
1925
current->thread.
load_vec
= 1;
in DEFINE_INTERRUPT_HANDLER()
H
A
D
asm-offsets.c
118
OFFSET(THREAD_LOAD_VEC, thread_struct,
load_vec
);
in main()
Completed in 14 milliseconds