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:CM_REV_CM3
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
mips-cpc.c
93
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cpc_lock_other()
114
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cpc_unlock_other()
H
A
D
mips-cm.c
289
mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >=
CM_REV_CM3
);
in mips_cm_probe()
306
if (cm_rev >=
CM_REV_CM3
) {
in mips_cm_lock_other()
359
if (mips_cm_revision() <
CM_REV_CM3
) {
in mips_cm_unlock_other()
386
if (revision <
CM_REV_CM3
) { /* CM2 */
in mips_cm_error_report()
H
A
D
smp-cps.c
106
if (mips_cm_revision() >=
CM_REV_CM3
) {
in cps_smp_setup()
238
if (mips_cm_revision() >=
CM_REV_CM3
) {
in boot_core()
365
if (mips_cm_revision() >=
CM_REV_CM3
) {
in cps_init_secondary()
H
A
D
pm-cps.c
479
if (mips_cm_revision() <
CM_REV_CM3
) {
in cps_gen_entry_code()
567
uasm_i_addiu(&p, t0, zero, mips_cm_revision() <
CM_REV_CM3
in cps_gen_entry_code()
H
A
D
traps.c
1701
if (mips_cm_revision() >=
CM_REV_CM3
) {
in parity_protection_init()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
mips-cpc.c
94
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cpc_lock_other()
115
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cpc_unlock_other()
H
A
D
mips-cm.c
295
mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >=
CM_REV_CM3
);
in mips_cm_probe()
312
if (cm_rev >=
CM_REV_CM3
) {
in mips_cm_lock_other()
365
if (mips_cm_revision() <
CM_REV_CM3
) {
in mips_cm_unlock_other()
392
if (revision <
CM_REV_CM3
) { /* CM2 */
in mips_cm_error_report()
H
A
D
smp-cps.c
97
if (mips_cm_revision() >=
CM_REV_CM3
) {
in cps_smp_setup()
231
if (mips_cm_revision() >=
CM_REV_CM3
) {
in boot_core()
360
if (mips_cm_revision() >=
CM_REV_CM3
) {
in cps_init_secondary()
H
A
D
pm-cps.c
479
if (mips_cm_revision() <
CM_REV_CM3
) {
in cps_gen_entry_code()
567
uasm_i_addiu(&p, t0, zero, mips_cm_revision() <
CM_REV_CM3
in cps_gen_entry_code()
H
A
D
traps.c
1692
if (mips_cm_revision() >=
CM_REV_CM3
) {
in parity_protection_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mips-cm.h
162
#define
CM_REV_CM3
CM_ENCODE_REV(8, 0)
macro
367
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cm_max_vp_width()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mips-cm.h
162
#define
CM_REV_CM3
CM_ENCODE_REV(8, 0)
macro
367
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_cm_max_vp_width()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
sc-mips.c
192
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_sc_probe()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
sc-mips.c
192
if (mips_cm_revision() >=
CM_REV_CM3
)
in mips_sc_probe()
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
mips-gic-timer.c
265
if (mips_cm_revision() >=
CM_REV_CM3
|| !IS_ENABLED(CONFIG_CPU_FREQ)) {
in gic_clocksource_of_init()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
mips-gic-timer.c
260
if (mips_cm_revision() >=
CM_REV_CM3
|| !IS_ENABLED(CONFIG_CPU_FREQ)) {
in gic_clocksource_of_init()
Completed in 15 milliseconds