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:cbe_cpu_to_node
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_cell.c
620
node =
cbe_cpu_to_node
(cpu);
in spu_evnt_swap()
645
pm_rtas_reset_signals(
cbe_cpu_to_node
(cpu));
in spu_evnt_swap()
651
ret = pm_rtas_activate_signals(
cbe_cpu_to_node
(cpu), 3);
in spu_evnt_swap()
923
pm_signal[num_enabled].cpu =
cbe_cpu_to_node
(cpu);
in cell_cpu_setup()
936
ret = pm_rtas_activate_signals(
cbe_cpu_to_node
(cpu),
in cell_cpu_setup()
944
return pm_rtas_activate_signals(
cbe_cpu_to_node
(cpu),
in cell_cpu_setup()
1159
subfunc,
cbe_cpu_to_node
(cpu),
in cell_global_stop_spu_cycles()
1170
pm_rtas_reset_signals(
cbe_cpu_to_node
(cpu));
in cell_global_stop_spu_cycles()
1188
cbe_sync_irq(
cbe_cpu_to_node
(cpu));
in cell_global_stop_spu_events()
1194
pm_rtas_reset_signals(
cbe_cpu_to_node
(cp
in cell_global_stop_spu_events()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
cbe_regs.c
155
u32
cbe_cpu_to_node
(int cpu)
in cbe_cpu_to_node()
function
159
EXPORT_SYMBOL_GPL(
cbe_cpu_to_node
);
variable
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
cbe_regs.c
154
u32
cbe_cpu_to_node
(int cpu)
in cbe_cpu_to_node()
function
158
EXPORT_SYMBOL_GPL(
cbe_cpu_to_node
);
variable
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H
A
D
spu_profiler.c
145
node =
cbe_cpu_to_node
(cpu);
in profile_spus()
H
A
D
spu_task_sync.c
449
tmp =
cbe_cpu_to_node
(cpu) + 1;
in number_of_online_nodes()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
ppc_cbe_cpufreq_pmi.c
43
pmi_msg.data1 =
cbe_cpu_to_node
(cpu);
in cbe_cpufreq_set_pmode_pmi()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
ppc_cbe_cpufreq_pmi.c
42
pmi_msg.data1 =
cbe_cpu_to_node
(cpu);
in cbe_cpufreq_set_pmode_pmi()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cell-regs.h
320
extern u32
cbe_cpu_to_node
(int cpu);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cell-regs.h
320
extern u32
cbe_cpu_to_node
(int cpu);
Completed in 7 milliseconds