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_FTR_PPC_LE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cputable.h
160
#define
CPU_FTR_PPC_LE
ASM_CONST(0x04000000)
macro
167
#define
CPU_FTR_PPC_LE
(0)
macro
299
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
| CPU_FTR_NOEXECUTE)
300
#define CPU_FTRS_604 (CPU_FTR_COMMON |
CPU_FTR_PPC_LE
)
303
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
307
CPU_FTR_PPC_LE
)
311
CPU_FTR_PPC_LE
)
320
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
324
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
328
CPU_FTR_NEED_COHERENT |
CPU_FTR_PPC_LE
| CPU_FTR_NEED_PAIRED_STWC
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputable.h
136
#define
CPU_FTR_PPC_LE
ASM_CONST(0x04000000)
macro
143
#define
CPU_FTR_PPC_LE
(0)
macro
274
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
| CPU_FTR_NOEXECUTE)
275
#define CPU_FTRS_604 (CPU_FTR_COMMON |
CPU_FTR_PPC_LE
)
278
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
282
CPU_FTR_PPC_LE
)
286
CPU_FTR_PPC_LE
)
295
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
299
CPU_FTR_MAYBE_CAN_NAP |
CPU_FTR_PPC_LE
)
303
CPU_FTR_NEED_COHERENT |
CPU_FTR_PPC_LE
| CPU_FTR_NEED_PAIRED_STWC
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
align.c
312
if (cpu_has_feature(
CPU_FTR_PPC_LE
))
in fix_alignment()
H
A
D
process.c
1986
(val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(
CPU_FTR_PPC_LE
)))
in set_endian()
2007
if (!cpu_has_feature(
CPU_FTR_PPC_LE
) &&
in get_endian()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
align.c
316
if (cpu_has_feature(
CPU_FTR_PPC_LE
))
in fix_alignment()
H
A
D
process.c
2093
(val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(
CPU_FTR_PPC_LE
)))
in set_endian()
2114
if (!cpu_has_feature(
CPU_FTR_PPC_LE
) &&
in get_endian()
Completed in 8 milliseconds