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:reg_unit
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H
A
D
processor_thermal_rapl.c
15
.
reg_unit
= 0x5938,
101
rapl_mmio_priv.
reg_unit
.mmio = proc_priv->mmio_base + rapl_regs->
reg_unit
;
in proc_thermal_rapl_add()
H
A
D
processor_thermal_device.h
53
u64
reg_unit
;
member
/kernel/linux/linux-6.6/drivers/powercap/
H
A
D
intel_rapl_msr.c
37
.
reg_unit
.msr = MSR_RAPL_POWER_UNIT,
60
.
reg_unit
.msr = MSR_AMD_RAPL_POWER_UNIT,
H
A
D
intel_rapl_common.c
1419
if (!rd->rp->priv->
reg_unit
.val) {
in rapl_get_domain_unit()
1423
rd->regs[RAPL_DOMAIN_REG_UNIT] = rd->rp->priv->
reg_unit
;
in rapl_get_domain_unit()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H
A
D
processor_thermal_device.c
78
u64
reg_unit
;
member
562
rapl_mmio_priv.
reg_unit
= (u64)proc_priv->mmio_base + rapl_regs->
reg_unit
;
in proc_thermal_rapl_add()
595
.
reg_unit
= 0x5938,
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel_rapl.h
111
* @
reg_unit
: Register for getting energy/power/time unit.
123
u64
reg_unit
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
intel_rapl.h
138
* @
reg_unit
: Register for getting energy/power/time unit.
152
union rapl_reg
reg_unit
;
member
/kernel/linux/linux-5.10/drivers/powercap/
H
A
D
intel_rapl_msr.c
34
.
reg_unit
= MSR_RAPL_POWER_UNIT,
H
A
D
intel_rapl_common.c
779
ra.reg = rp->priv->
reg_unit
;
in rapl_check_unit_core()
783
rp->priv->
reg_unit
, cpu);
in rapl_check_unit_core()
807
ra.reg = rp->priv->
reg_unit
;
in rapl_check_unit_atom()
811
rp->priv->
reg_unit
, cpu);
in rapl_check_unit_atom()
Completed in 8 milliseconds