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_vz
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/
H
A
D
cpu-feature-overrides.h
70
#define
cpu_has_vz
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H
A
D
cpu-feature-overrides.h
68
#define
cpu_has_vz
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H
A
D
cpu-feature-overrides.h
67
#define
cpu_has_vz
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip30/
H
A
D
cpu-feature-overrides.h
69
#define
cpu_has_vz
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
80
#define
cpu_has_vz
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-dec/
H
A
D
cpu-feature-overrides.h
47
#define
cpu_has_vz
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm47xx/
H
A
D
cpu-feature-overrides.h
81
#define
cpu_has_vz
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/
H
A
D
cpu-feature-overrides.h
79
#define
cpu_has_vz
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm47xx/
H
A
D
cpu-feature-overrides.h
80
#define
cpu_has_vz
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-dec/
H
A
D
cpu-feature-overrides.h
46
#define
cpu_has_vz
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-features.h
530
#ifndef
cpu_has_vz
531
#define
cpu_has_vz
__ase(MIPS_ASE_VZ)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-features.h
528
#ifndef
cpu_has_vz
529
#define
cpu_has_vz
__ase(MIPS_ASE_VZ)
macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
proc.c
126
if (
cpu_has_vz
) seq_printf(m, "%s", " vz");
in show_cpuinfo()
H
A
D
cpu-probe.c
2110
if (
cpu_has_vz
)
in cpu_probe()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
proc.c
136
if (
cpu_has_vz
)
in show_cpuinfo()
H
A
D
cpu-probe.c
1983
if (
cpu_has_vz
)
in cpu_probe()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
vz.c
3026
/* we wouldn't be here unless
cpu_has_vz
*/
in kvm_vz_check_extension()
3316
if (!
cpu_has_vz
)
in kvm_mips_emulation_init()
3324
"pgd_reg not allocated even though
cpu_has_vz
\n"))
in kvm_mips_emulation_init()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
vz.c
3030
/* we wouldn't be here unless
cpu_has_vz
*/
in kvm_vz_check_extension()
3312
if (!
cpu_has_vz
)
in kvm_mips_emulation_init()
3320
"pgd_reg not allocated even though
cpu_has_vz
\n"))
in kvm_mips_emulation_init()
Completed in 20 milliseconds