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_cm_is64
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mips-cps.h
32
if (
mips_cm_is64
) \
54
if (
mips_cm_is64
) { \
H
A
D
mips-gic.h
97
if (
mips_cm_is64
) { \
116
if (
mips_cm_is64
) { \
130
if (
mips_cm_is64
) { \
H
A
D
mips-cm.h
37
*
mips_cm_is64
- determine CM register width
48
extern int
mips_cm_is64
;
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mips-cps.h
33
if (
mips_cm_is64
) \
55
if (
mips_cm_is64
) { \
H
A
D
mips-gic.h
97
if (
mips_cm_is64
) { \
116
if (
mips_cm_is64
) { \
130
if (
mips_cm_is64
) { \
H
A
D
mips-cm.h
37
*
mips_cm_is64
- determine CM register width
48
extern int
mips_cm_is64
;
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
mips-gic-timer.c
51
if (
mips_cm_is64
)
in gic_read_count()
266
sched_clock_register(
mips_cm_is64
?
in gic_clocksource_of_init()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
mips-gic-timer.c
46
if (
mips_cm_is64
)
in gic_read_count()
261
sched_clock_register(
mips_cm_is64
?
in gic_clocksource_of_init()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
mips-cm.c
16
int
mips_cm_is64
;
variable
289
mips_cm_is64
= IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3);
in mips_cm_probe()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
mips-cm.c
16
int
mips_cm_is64
;
variable
295
mips_cm_is64
= IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3);
in mips_cm_probe()
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-mips-gic.c
159
if (
mips_cm_is64
)
in gic_handle_shared_int()
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-mips-gic.c
160
if (
mips_cm_is64
)
in gic_handle_shared_int()
Completed in 14 milliseconds