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_ARMv6
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
system_info.h
13
#define
CPU_ARCH_ARMv6
8
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
system_info.h
13
#define
CPU_ARCH_ARMv6
8
macro
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
mmu.c
165
if (cpu_architecture() >=
CPU_ARCH_ARMv6
&& selected != cachepolicy) {
in early_cachepolicy()
432
if (cpu_arch <
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
466
if ((cpu_arch <
CPU_ARCH_ARMv6
|| !(cr & CR_XP)) && !cpu_is_xsc3())
in build_mem_type_table()
480
} else if (cpu_arch <
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
492
if (cpu_is_xsc3() || (cpu_arch >=
CPU_ARCH_ARMv6
&& (cr & CR_XP))) {
in build_mem_type_table()
560
if (cpu_arch ==
CPU_ARCH_ARMv6
)
in build_mem_type_table()
576
if (cpu_arch >=
CPU_ARCH_ARMv6
&& (cr & CR_XP)) {
in build_mem_type_table()
617
if (cpu_arch >=
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
864
if (!(cpu_architecture() >=
CPU_ARCH_ARMv6
|| cpu_is_xsc3())) {
in create_36bit_mapping()
H
A
D
alignment.c
97
return cpu_architecture() >=
CPU_ARCH_ARMv6
&& get_cr() & CR_U;
in cpu_is_v6_unaligned()
1036
if (cpu_architecture() <=
CPU_ARCH_ARMv6
) {
in alignment_init()
H
A
D
fault.c
594
if (cpu_architecture() >=
CPU_ARCH_ARMv6
) {
in exceptions_init()
H
A
D
init.c
515
if (cpu_architecture() <
CPU_ARCH_ARMv6
)
in arch_has_strict_perms()
H
A
D
ioremap.c
300
(((cpu_architecture() >=
CPU_ARCH_ARMv6
) && (get_cr() & CR_XP)) ||
in __arm_ioremap_pfn_caller()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mmu.c
164
if (cpu_architecture() >=
CPU_ARCH_ARMv6
&& selected != cachepolicy) {
in early_cachepolicy()
450
if (cpu_arch <
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
484
if ((cpu_arch <
CPU_ARCH_ARMv6
|| !(cr & CR_XP)) && !cpu_is_xsc3())
in build_mem_type_table()
498
} else if (cpu_arch <
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
510
if (cpu_is_xsc3() || (cpu_arch >=
CPU_ARCH_ARMv6
&& (cr & CR_XP))) {
in build_mem_type_table()
578
if (cpu_arch ==
CPU_ARCH_ARMv6
)
in build_mem_type_table()
594
if (cpu_arch >=
CPU_ARCH_ARMv6
&& (cr & CR_XP)) {
in build_mem_type_table()
635
if (cpu_arch >=
CPU_ARCH_ARMv6
) {
in build_mem_type_table()
883
if (!(cpu_architecture() >=
CPU_ARCH_ARMv6
|| cpu_is_xsc3())) {
in create_36bit_mapping()
H
A
D
alignment.c
96
return cpu_architecture() >=
CPU_ARCH_ARMv6
&& get_cr() & CR_U;
in cpu_is_v6_unaligned()
1044
if (cpu_architecture() <=
CPU_ARCH_ARMv6
) {
in alignment_init()
H
A
D
init.c
388
if (cpu_architecture() <
CPU_ARCH_ARMv6
)
in arch_has_strict_perms()
H
A
D
fault.c
591
if (cpu_architecture() >=
CPU_ARCH_ARMv6
) {
in exceptions_init()
H
A
D
ioremap.c
305
(((cpu_architecture() >=
CPU_ARCH_ARMv6
) && (get_cr() & CR_XP)) ||
in __arm_ioremap_pfn_caller()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
elf.c
108
if (cpu_architecture() <
CPU_ARCH_ARMv6
)
in arm_elf_read_implies_exec()
H
A
D
setup.c
267
cpu_arch =
CPU_ARCH_ARMv6
;
in __get_cpu_architecture()
303
case
CPU_ARCH_ARMv6
:
in cpu_has_aliasing_icache()
318
if (arch >=
CPU_ARCH_ARMv6
) {
in cacheid_init()
336
arch =
CPU_ARCH_ARMv6
;
in cacheid_init()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
elf.c
108
if (cpu_architecture() <
CPU_ARCH_ARMv6
)
in arm_elf_read_implies_exec()
H
A
D
setup.c
260
cpu_arch =
CPU_ARCH_ARMv6
;
in __get_cpu_architecture()
296
case
CPU_ARCH_ARMv6
:
in cpu_has_aliasing_icache()
311
if (arch >=
CPU_ARCH_ARMv6
) {
in cacheid_init()
329
arch =
CPU_ARCH_ARMv6
;
in cacheid_init()
/kernel/linux/linux-5.10/arch/arm/vfp/
H
A
D
vfpmodule.c
782
if (cpu_arch >=
CPU_ARCH_ARMv6
)
in vfp_init()
/kernel/linux/linux-6.6/arch/arm/vfp/
H
A
D
vfpmodule.c
887
if (cpu_arch >=
CPU_ARCH_ARMv6
)
in vfp_init()
Completed in 21 milliseconds