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:cpu_has_vp
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
smp-cps.c
322
if (
cpu_has_vp
) {
in cps_boot_secondary()
350
BUG_ON(!cpu_has_mipsmt && !
cpu_has_vp
);
in cps_boot_secondary()
419
} else if (
cpu_has_vp
) {
in cps_shutdown_this_cpu()
438
if (cpu_has_mipsmt ||
cpu_has_vp
)
in cps_kexec_nonboot_cpu()
484
if (cpu_has_mipsmt ||
cpu_has_vp
) {
in play_dead()
598
} else if (
cpu_has_vp
) {
in cps_cpu_die()
H
A
D
proc.c
151
else if (
cpu_has_vp
)
in show_cpuinfo()
H
A
D
pm-cps.c
443
} else if (
cpu_has_vp
) {
in cps_gen_entry_code()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
smp-cps.c
315
if (
cpu_has_vp
) {
in cps_boot_secondary()
343
BUG_ON(!cpu_has_mipsmt && !
cpu_has_vp
);
in cps_boot_secondary()
417
} else if (
cpu_has_vp
) {
in cps_shutdown_this_cpu()
436
if (cpu_has_mipsmt ||
cpu_has_vp
)
in cps_kexec_nonboot_cpu()
480
if (cpu_has_mipsmt ||
cpu_has_vp
) {
in play_dead()
589
} else if (
cpu_has_vp
) {
in cps_cleanup_dead_cpu()
H
A
D
proc.c
290
else if (
cpu_has_vp
)
in show_cpuinfo()
H
A
D
pm-cps.c
443
} else if (
cpu_has_vp
) {
in cps_gen_entry_code()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pm-cps.h
16
# define coupled_coherence
cpu_has_vp
H
A
D
mips-cps.h
211
&& (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !
cpu_has_vp
))
in mips_cps_numvps()
H
A
D
cpu-features.h
448
#ifndef
cpu_has_vp
449
#define
cpu_has_vp
__isa_ge_and_opt(6, MIPS_CPU_VP)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pm-cps.h
16
# define coupled_coherence
cpu_has_vp
H
A
D
mips-cps.h
206
&& (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !
cpu_has_vp
))
in mips_cps_numvps()
H
A
D
cpu-features.h
446
#ifndef
cpu_has_vp
447
#define
cpu_has_vp
__isa_ge_and_opt(6, MIPS_CPU_VP)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
65
#define
cpu_has_vp
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
64
#define
cpu_has_vp
0
macro
Completed in 8 milliseconds