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:epp_cached
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
amd-pstate.h
56
* @
epp_cached
: Cached CPPC energy-performance preference value
91
s16
epp_cached
;
member
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
amd-pstate.c
192
cpudata->
epp_cached
= epp;
in amd_pstate_set_epp()
200
cpudata->
epp_cached
= epp;
in amd_pstate_set_epp()
1182
cpudata->
epp_cached
= amd_pstate_get_epp(cpudata, 0);
in amd_pstate_epp_cpu_init()
1317
perf_ctrls.energy_perf = AMD_CPPC_ENERGY_PERF_PREF(cpudata->
epp_cached
);
in amd_pstate_epp_reenable()
H
A
D
intel_pstate.c
217
* @
epp_cached
Cached HWP energy-performance preference value
256
s16
epp_cached
;
member
769
cpu->
epp_cached
= epp;
in intel_pstate_set_epp()
876
if (cpu->
epp_cached
!= epp) {
in store_energy_performance_preference()
1048
value |= HWP_ENERGY_PERF_PREFERENCE(cpu->
epp_cached
);
in intel_pstate_hwp_offline()
2792
cpu->
epp_cached
= intel_pstate_get_epp(cpu, 0);
in intel_pstate_cpu_init()
3042
cpu->
epp_cached
= intel_pstate_get_epp(cpu, value);
in intel_cpufreq_cpu_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
222
* @
epp_cached
Cached HWP energy-performance preference value
260
s16
epp_cached
;
member
651
cpu->
epp_cached
= epp;
in intel_pstate_set_epp()
758
if (cpu->
epp_cached
!= epp) {
in store_energy_performance_preference()
910
value |= HWP_ENERGY_PERF_PREFERENCE(cpu->
epp_cached
);
in intel_pstate_hwp_offline()
2459
cpu->
epp_cached
= intel_pstate_get_epp(cpu, 0);
in intel_pstate_cpu_init()
2671
cpu->
epp_cached
= intel_pstate_get_epp(cpu, value);
in intel_cpufreq_cpu_init()
Completed in 11 milliseconds