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:MIPS_CPU_4KEX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
cpu-probe.c
724
c->options =
MIPS_CPU_4KEX
| MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER |
in decode_configs()
1033
#define R4K_OPTS (MIPS_CPU_TLB |
MIPS_CPU_4KEX
| MIPS_CPU_4K_CACHE \
1268
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
1278
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
1294
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
1885
MIPS_CPU_4KEX
|
in cpu_probe_netlogic()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
cpu-probe.c
725
c->options =
MIPS_CPU_4KEX
| MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER |
in decode_configs()
1034
#define R4K_OPTS (MIPS_CPU_TLB |
MIPS_CPU_4KEX
| MIPS_CPU_4K_CACHE \
1215
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
1225
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
1241
c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE |
MIPS_CPU_4KEX
|
in cpu_probe_legacy()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu.h
367
#define
MIPS_CPU_4KEX
BIT_ULL( 1) /* "R4K" exception model */
macro
H
A
D
cpu-features.h
115
#define cpu_has_4kex __isa_ge_or_opt(1,
MIPS_CPU_4KEX
)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu.h
361
#define
MIPS_CPU_4KEX
BIT_ULL( 1) /* "R4K" exception model */
macro
H
A
D
cpu-features.h
115
#define cpu_has_4kex __isa_ge_or_opt(1,
MIPS_CPU_4KEX
)
Completed in 9 milliseconds