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_MMCRA
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cputable.h
186
#define
CPU_FTR_MMCRA
LONG_ASM_CONST(0x0000000000040000)
macro
416
CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP |
CPU_FTR_MMCRA
| \
421
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
426
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
434
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
443
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
454
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
472
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
483
CPU_FTR_ALTIVEC_COMP |
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputable.h
162
#define
CPU_FTR_MMCRA
LONG_ASM_CONST(0x0000000000040000)
macro
387
CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP |
CPU_FTR_MMCRA
| \
392
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
397
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
405
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
414
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
425
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
447
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
459
CPU_FTR_ALTIVEC_COMP |
CPU_FTR_MMCRA
| CPU_FTR_SMT | \
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
dt_cpu_ftrs.c
403
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power8()
441
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power9()
467
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power10()
H
A
D
sysfs.c
880
if (cpu_has_feature(
CPU_FTR_MMCRA
))
in register_cpu_online()
977
if (cpu_has_feature(
CPU_FTR_MMCRA
))
in unregister_cpu_online()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
dt_cpu_ftrs.c
382
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power8()
419
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power9()
444
cur_cpu_spec->cpu_features |=
CPU_FTR_MMCRA
;
in feat_enable_pmu_power10()
H
A
D
sysfs.c
890
if (cpu_has_feature(
CPU_FTR_MMCRA
))
in register_cpu_online()
988
if (cpu_has_feature(
CPU_FTR_MMCRA
))
in unregister_cpu_online()
Completed in 8 milliseconds