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:centaur
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
e_powersaver.c
93
struct eps_cpu_data *
centaur
;
in eps_get()
local
98
centaur
= eps_cpu[cpu];
in eps_get()
99
if (
centaur
== NULL)
in eps_get()
104
return
centaur
->fsb * ((lo >> 8) & 0xff);
in eps_get()
107
static int eps_set_state(struct eps_cpu_data *
centaur
,
in eps_set_state()
argument
155
struct eps_cpu_data *
centaur
;
in eps_target()
local
162
centaur
= eps_cpu[cpu];
in eps_target()
165
dest_state =
centaur
->freq_table[index].driver_data & 0xffff;
in eps_target()
166
ret = eps_set_state(
centaur
, policy, dest_state);
in eps_target()
182
struct eps_cpu_data *
centaur
;
in eps_cpu_init()
local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
e_powersaver.c
93
struct eps_cpu_data *
centaur
;
in eps_get()
local
98
centaur
= eps_cpu[cpu];
in eps_get()
99
if (
centaur
== NULL)
in eps_get()
104
return
centaur
->fsb * ((lo >> 8) & 0xff);
in eps_get()
107
static int eps_set_state(struct eps_cpu_data *
centaur
,
in eps_set_state()
argument
155
struct eps_cpu_data *
centaur
;
in eps_target()
local
162
centaur
= eps_cpu[cpu];
in eps_target()
165
dest_state =
centaur
->freq_table[index].driver_data & 0xffff;
in eps_target()
166
ret = eps_set_state(
centaur
, policy, dest_state);
in eps_target()
182
struct eps_cpu_data *
centaur
;
in eps_cpu_init()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H
A
D
Makefile
3
obj-$(CONFIG_X86_32) += amd.o cyrix.o
centaur
.o
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H
A
D
Makefile
3
obj-$(CONFIG_X86_32) += amd.o cyrix.o
centaur
.o legacy.o
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
Makefile
42
obj-$(CONFIG_CPU_SUP_CENTAUR) +=
centaur
.o
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
Makefile
40
obj-$(CONFIG_CPU_SUP_CENTAUR) +=
centaur
.o
Completed in 3 milliseconds