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:MVPCONF0_PVPE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
smp-mt.c
49
if (tc > ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT))
in smvp_vpe_init()
89
if (tc >= (((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT)+1))
in smvp_tc_init()
90
write_tc_c0_tcbind(read_tc_c0_tcbind() | ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT));
in smvp_tc_init()
206
nvpe = ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in vsmp_smp_setup()
H
A
D
smp-cmp.c
118
nvpe = ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in cmp_smp_setup()
H
A
D
mips-mt.c
69
nvpe = ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in mips_mt_regdump()
H
A
D
cps-vec.S
254
andi t0, t0, (
MVPCONF0_PVPE
>> MVPCONF0_PVPE_SHIFT)
335
andi t1, t1,
MVPCONF0_PVPE
>> MVPCONF0_PVPE_SHIFT
H
A
D
vpe-mt.c
385
hw_vpes = ((val &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in vpe_module_init()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
smp-mt.c
50
(tc > ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT)))
in smvp_vpe_init()
90
if (tc >= (((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT)+1))
in smvp_tc_init()
91
write_tc_c0_tcbind(read_tc_c0_tcbind() | ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT));
in smvp_tc_init()
207
nvpe = ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in vsmp_smp_setup()
H
A
D
mips-mt.c
69
nvpe = ((mvpconf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in mips_mt_regdump()
H
A
D
cps-vec.S
251
andi t0, t0, (
MVPCONF0_PVPE
>> MVPCONF0_PVPE_SHIFT)
331
andi t1, t1,
MVPCONF0_PVPE
>> MVPCONF0_PVPE_SHIFT
H
A
D
vpe-mt.c
384
hw_vpes = ((val &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in vpe_module_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsmtregs.h
88
#define
MVPCONF0_PVPE
( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
macro
190
return ((conf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in core_nvpes()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsmtregs.h
87
#define
MVPCONF0_PVPE
( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
macro
189
return ((conf0 &
MVPCONF0_PVPE
) >> MVPCONF0_PVPE_SHIFT) + 1;
in core_nvpes()
Completed in 6 milliseconds