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_CAN_NAP
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
idle_6xx.S
35
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
71
andi. r0,r4,
CPU_FTR_CAN_NAP
80
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
H
A
D
setup_32.c
205
cpu_has_feature(
CPU_FTR_CAN_NAP
))
in setup_power_save()
211
cpu_has_feature(
CPU_FTR_CAN_NAP
))
in setup_power_save()
H
A
D
idle.c
75
if (!cpu_has_feature(
CPU_FTR_CAN_NAP
))
in power4_idle()
H
A
D
idle_e500.S
56
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
H
A
D
cpu_setup_6xx.S
195
li r7,
CPU_FTR_CAN_NAP
228
li r7,
CPU_FTR_CAN_NAP
H
A
D
exceptions-64s.S
730
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
idle_6xx.S
35
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
71
andi. r0,r4,
CPU_FTR_CAN_NAP
80
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
H
A
D
setup_32.c
206
cpu_has_feature(
CPU_FTR_CAN_NAP
))
in setup_power_save()
212
cpu_has_feature(
CPU_FTR_CAN_NAP
))
in setup_power_save()
H
A
D
idle.c
74
if (!cpu_has_feature(
CPU_FTR_CAN_NAP
))
in power4_idle()
H
A
D
idle_85xx.S
56
END_FTR_SECTION_IFSET(
CPU_FTR_CAN_NAP
)
H
A
D
cpu_setup_6xx.S
221
li r7,
CPU_FTR_CAN_NAP
256
li r7,
CPU_FTR_CAN_NAP
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cputable.h
138
#define
CPU_FTR_CAN_NAP
ASM_CONST(0x00000008)
macro
292
#define CPU_FTR_MAYBE_CAN_NAP
CPU_FTR_CAN_NAP
416
CPU_FTR_ALTIVEC_COMP |
CPU_FTR_CAN_NAP
| CPU_FTR_MMCRA | \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputable.h
114
#define
CPU_FTR_CAN_NAP
ASM_CONST(0x00000008)
macro
267
#define CPU_FTR_MAYBE_CAN_NAP
CPU_FTR_CAN_NAP
387
CPU_FTR_ALTIVEC_COMP |
CPU_FTR_CAN_NAP
| CPU_FTR_MMCRA | \
Completed in 9 milliseconds