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:HWCAP_SWP
(Results
1 - 25
of
51
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
hwcap.h
8
#define
HWCAP_SWP
(1 << 0)
macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
hwcap.h
8
#define
HWCAP_SWP
(1 << 0)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
8
#define
HWCAP_SWP
(1 << 0)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
21
#define
HWCAP_SWP
(1 << 0)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
21
#define
HWCAP_SWP
(1 << 0)
macro
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
proc-arm9tdmi.S
81
.long
HWCAP_SWP
| HWCAP_THUMB | HWCAP_26BIT
H
A
D
proc-arm7tdmi.S
88
.long
HWCAP_SWP
| HWCAP_26BIT | ( \extra_hwcaps )
H
A
D
proc-arm720.S
195
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB @ elf_hwcap
H
A
D
proc-arm740.S
141
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB | HWCAP_26BIT
H
A
D
proc-sa110.S
216
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_26BIT | HWCAP_FAST_MULT
H
A
D
proc-fa526.S
207
.long
HWCAP_SWP
| HWCAP_HALF
H
A
D
proc-sa1100.S
260
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_26BIT | HWCAP_FAST_MULT
H
A
D
proc-arm925.S
499
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB
H
A
D
proc-arm926.S
482
.long
HWCAP_SWP
|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_JAVA
H
A
D
proc-arm920.S
456
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB
H
A
D
proc-arm1026.S
457
.long
HWCAP_SWP
|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_JAVA
H
A
D
proc-arm922.S
434
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB
H
A
D
proc-arm940.S
353
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
proc-arm9tdmi.S
81
.long
HWCAP_SWP
| HWCAP_THUMB | HWCAP_26BIT
H
A
D
proc-arm7tdmi.S
88
.long
HWCAP_SWP
| HWCAP_26BIT | ( \extra_hwcaps )
H
A
D
proc-arm720.S
195
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB @ elf_hwcap
H
A
D
proc-arm740.S
141
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_THUMB | HWCAP_26BIT
H
A
D
proc-fa526.S
207
.long
HWCAP_SWP
| HWCAP_HALF
H
A
D
proc-sa110.S
216
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_26BIT | HWCAP_FAST_MULT
H
A
D
proc-sa1100.S
260
.long
HWCAP_SWP
| HWCAP_HALF | HWCAP_26BIT | HWCAP_FAST_MULT
Completed in 7 milliseconds
1
2
3