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:X86_FEATURE_CPPC
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
amd-pstate.c
20
*
X86_FEATURE_CPPC
CPU feature flag is used to distinguish the different types.
130
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_get_epp()
183
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_set_epp()
758
if (boot_cpu_has(
X86_FEATURE_CPPC
))
in amd_pstate_cpu_init()
974
if (boot_cpu_has(
X86_FEATURE_CPPC
) || cppc_state == AMD_PSTATE_ACTIVE)
in amd_pstate_change_mode_without_dvr_change()
1197
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_epp_cpu_init()
1274
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_epp_update_limit()
1313
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_epp_reenable()
1347
if (boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_epp_offline()
1498
!boot_cpu_has(
X86_FEATURE_CPPC
)) {
in amd_pstate_init()
[all...]
H
A
D
amd-pstate-ut.c
68
if (!boot_cpu_has(
X86_FEATURE_CPPC
))
in get_shared_mem()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H
A
D
cppc.c
25
return boot_cpu_has(
X86_FEATURE_CPPC
);
in cpc_supported_by_cpu()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeatures.h
343
#define
X86_FEATURE_CPPC
(13*32+27) /* Collaborative Processor Performance Control */
macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
339
#define
X86_FEATURE_CPPC
(13*32+27) /* Collaborative Processor Performance Control */
macro
Completed in 8 milliseconds