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_LWSYNC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cputable.h
142
#define
CPU_FTR_LWSYNC
ASM_CONST(0x00000080)
macro
397
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
404
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
408
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
414
#define CPU_FTRS_PPC970 (
CPU_FTR_LWSYNC
| \
419
#define CPU_FTRS_POWER5 (
CPU_FTR_LWSYNC
| \
424
#define CPU_FTRS_POWER6 (
CPU_FTR_LWSYNC
| \
432
#define CPU_FTRS_POWER7 (
CPU_FTR_LWSYNC
| \
441
#define CPU_FTRS_POWER8 (
CPU_FTR_LWSYNC
| \
452
#define CPU_FTRS_POWER9 (
CPU_FTR_LWSYNC
| \
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputable.h
118
#define
CPU_FTR_LWSYNC
ASM_CONST(0x00000080)
macro
368
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
375
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
379
CPU_FTR_LWSYNC
| CPU_FTR_NOEXECUTE | \
385
#define CPU_FTRS_PPC970 (
CPU_FTR_LWSYNC
| \
390
#define CPU_FTRS_POWER5 (
CPU_FTR_LWSYNC
| \
395
#define CPU_FTRS_POWER6 (
CPU_FTR_LWSYNC
| \
403
#define CPU_FTRS_POWER7 (
CPU_FTR_LWSYNC
| \
412
#define CPU_FTRS_POWER8 (
CPU_FTR_LWSYNC
| \
423
#define CPU_FTRS_POWER9 (
CPU_FTR_LWSYNC
| \
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H
A
D
feature-fixups.c
533
if (!(value &
CPU_FTR_LWSYNC
))
in do_lwsync_fixups()
835
if (cur_cpu_spec->cpu_features &
CPU_FTR_LWSYNC
) {
in test_lwsync_macros()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
feature-fixups.c
590
if (!(value &
CPU_FTR_LWSYNC
))
in do_lwsync_fixups()
909
if (cur_cpu_spec->cpu_features &
CPU_FTR_LWSYNC
) {
in test_lwsync_macros()
Completed in 5 milliseconds