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:HWP_MAX_PERF
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
853
value &= ~
HWP_MAX_PERF
(~0L);
in intel_pstate_hwp_set()
854
value |=
HWP_MAX_PERF
(max);
in intel_pstate_hwp_set()
918
value |=
HWP_MAX_PERF
(min_perf);
in intel_pstate_hwp_offline()
2540
value &= ~
HWP_MAX_PERF
(~0L);
in intel_cpufreq_adjust_hwp()
2541
value |=
HWP_MAX_PERF
(strict ? target_pstate : cpu->max_perf_ratio);
in intel_cpufreq_adjust_hwp()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
987
value &= ~
HWP_MAX_PERF
(~0L);
in intel_pstate_hwp_set()
988
value |=
HWP_MAX_PERF
(max);
in intel_pstate_hwp_set()
1069
value |=
HWP_MAX_PERF
(min_perf);
in intel_pstate_hwp_offline()
2868
value &= ~
HWP_MAX_PERF
(~0L);
in intel_cpufreq_hwp_update()
2869
value |=
HWP_MAX_PERF
(max);
in intel_cpufreq_hwp_update()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
msr-index.h
452
#define
HWP_MAX_PERF
(x) ((x & 0xff) << 8)
macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
msr-index.h
426
#define
HWP_MAX_PERF
(x) ((x & 0xff) << 8)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
msr-index.h
498
#define
HWP_MAX_PERF
(x) ((x & 0xff) << 8)
macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
msr-index.h
490
#define
HWP_MAX_PERF
(x) ((x & 0xff) << 8)
macro
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H
A
D
x86_energy_perf_policy.c
792
msr |=
HWP_MAX_PERF
(ratio_2_msr_perf(hwp_req->hwp_max));
in write_hwp_request()
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H
A
D
x86_energy_perf_policy.c
837
msr |=
HWP_MAX_PERF
(ratio_2_msr_perf(hwp_req->hwp_max));
in write_hwp_request()
Completed in 25 milliseconds