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_ARCH_ARMv7
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
system_info.h
14
#define
CPU_ARCH_ARMv7
9
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
system_info.h
14
#define
CPU_ARCH_ARMv7
9
macro
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
thumbee.c
56
if (cpu_arch <
CPU_ARCH_ARMv7
)
in thumbee_init()
H
A
D
setup.c
264
cpu_arch =
CPU_ARCH_ARMv7
;
in __get_cpu_architecture()
295
case
CPU_ARCH_ARMv7
:
in cpu_has_aliasing_icache()
325
arch =
CPU_ARCH_ARMv7
;
in cacheid_init()
454
if (cpu_architecture() <
CPU_ARCH_ARMv7
)
in cpuid_init_hwcaps()
H
A
D
swp_emulate.c
241
if (cpu_architecture() <
CPU_ARCH_ARMv7
)
in swp_emulation_init()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
thumbee.c
56
if (cpu_arch <
CPU_ARCH_ARMv7
)
in thumbee_init()
H
A
D
setup.c
257
cpu_arch =
CPU_ARCH_ARMv7
;
in __get_cpu_architecture()
288
case
CPU_ARCH_ARMv7
:
in cpu_has_aliasing_icache()
318
arch =
CPU_ARCH_ARMv7
;
in cacheid_init()
449
if (cpu_architecture() <
CPU_ARCH_ARMv7
)
in cpuid_init_hwcaps()
H
A
D
swp_emulate.c
244
if (cpu_architecture() <
CPU_ARCH_ARMv7
)
in swp_emulation_init()
/kernel/linux/linux-5.10/arch/arm/probes/
H
A
D
decode.c
70
alu_write_pc_interworks = arch >=
CPU_ARCH_ARMv7
;
in test_alu_write_pc_interworking()
/kernel/linux/linux-6.6/arch/arm/probes/
H
A
D
decode.c
70
alu_write_pc_interworks = arch >=
CPU_ARCH_ARMv7
;
in test_alu_write_pc_interworking()
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
mmu.c
507
if (cpu_arch >=
CPU_ARCH_ARMv7
&& (cr & CR_TRE)) {
in build_mem_type_table()
567
if (cpu_arch ==
CPU_ARCH_ARMv7
&&
in build_mem_type_table()
618
if (cpu_arch >=
CPU_ARCH_ARMv7
&& (cr & CR_TRE)) {
in build_mem_type_table()
H
A
D
fault.c
599
if (cpu_architecture() >=
CPU_ARCH_ARMv7
) {
in exceptions_init()
H
A
D
alignment.c
814
if (cpu_architecture() >=
CPU_ARCH_ARMv7
&&
in do_alignment()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mmu.c
525
if (cpu_arch >=
CPU_ARCH_ARMv7
&& (cr & CR_TRE)) {
in build_mem_type_table()
585
if (cpu_arch ==
CPU_ARCH_ARMv7
&&
in build_mem_type_table()
636
if (cpu_arch >=
CPU_ARCH_ARMv7
&& (cr & CR_TRE)) {
in build_mem_type_table()
H
A
D
fault.c
596
if (cpu_architecture() >=
CPU_ARCH_ARMv7
) {
in exceptions_init()
H
A
D
alignment.c
822
if (cpu_architecture() >=
CPU_ARCH_ARMv7
&&
in do_alignment()
Completed in 16 milliseconds