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:cpu_ops
(Results
1 - 25
of
41
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
cpu-hotplug.c
14
#include <asm/
cpu_ops
.h>
25
if (
cpu_ops
[cpu]->cpu_stop)
in cpu_has_hotplug()
39
if (!
cpu_ops
[cpu] || !
cpu_ops
[cpu]->cpu_stop)
in __cpu_disable()
42
if (
cpu_ops
[cpu]->cpu_disable)
in __cpu_disable()
43
ret =
cpu_ops
[cpu]->cpu_disable(cpu);
in __cpu_disable()
69
if (
cpu_ops
[cpu]->cpu_is_stopped)
in __cpu_die()
70
ret =
cpu_ops
[cpu]->cpu_is_stopped(cpu);
in __cpu_die()
84
cpu_ops
[smp_processor_id()]->cpu_stop();
in cpu_stop()
H
A
D
cpu_ops.c
12
#include <asm/
cpu_ops
.h>
16
const struct cpu_operations *
cpu_ops
[NR_CPUS] __ro_after_init;
42
cpu_ops
[cpuid] = &cpu_ops_sbi;
in cpu_set_ops()
45
cpu_ops
[cpuid] = &cpu_ops_spinwait;
in cpu_set_ops()
H
A
D
smpboot.c
27
#include <asm/
cpu_ops
.h>
58
if (
cpu_ops
[cpuid]->cpu_prepare) {
in smp_prepare_cpus()
59
ret =
cpu_ops
[cpuid]->cpu_prepare(cpuid);
in smp_prepare_cpus()
112
if (
cpu_ops
[cpu]->cpu_start)
in start_secondary_cpu()
113
return
cpu_ops
[cpu]->cpu_start(cpu, tidle);
in start_secondary_cpu()
H
A
D
cpu_ops_spinwait.c
9
#include <asm/
cpu_ops
.h>
H
A
D
cpu_ops_sbi.c
3
* HSM extension and
cpu_ops
implementation.
10
#include <asm/
cpu_ops
.h>
H
A
D
setup.c
22
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
cpu-hotplug.c
15
#include <asm/
cpu_ops
.h>
21
if (
cpu_ops
[cpu]->cpu_stop)
in cpu_has_hotplug()
35
if (!
cpu_ops
[cpu] || !
cpu_ops
[cpu]->cpu_stop)
in __cpu_disable()
38
if (
cpu_ops
[cpu]->cpu_disable)
in __cpu_disable()
39
ret =
cpu_ops
[cpu]->cpu_disable(cpu);
in __cpu_disable()
65
if (
cpu_ops
[cpu]->cpu_is_stopped)
in arch_cpuhp_cleanup_dead_cpu()
66
ret =
cpu_ops
[cpu]->cpu_is_stopped(cpu);
in arch_cpuhp_cleanup_dead_cpu()
80
cpu_ops
[smp_processor_id()]->cpu_stop();
in arch_cpu_idle_dead()
H
A
D
cpu_ops.c
11
#include <asm/
cpu_ops
.h>
16
const struct cpu_operations *
cpu_ops
[NR_CPUS] __ro_after_init;
33
cpu_ops
[cpuid] = &cpu_ops_sbi;
in cpu_set_ops()
36
cpu_ops
[cpuid] = &cpu_ops_spinwait;
in cpu_set_ops()
H
A
D
smpboot.c
28
#include <asm/
cpu_ops
.h>
67
if (
cpu_ops
[cpuid]->cpu_prepare) {
in smp_prepare_cpus()
68
ret =
cpu_ops
[cpuid]->cpu_prepare(cpuid);
in smp_prepare_cpus()
199
if (
cpu_ops
[cpu]->cpu_start)
in start_secondary_cpu()
200
return
cpu_ops
[cpu]->cpu_start(cpu, tidle);
in start_secondary_cpu()
H
A
D
cpu_ops_spinwait.c
10
#include <asm/
cpu_ops
.h>
H
A
D
smp.c
27
#include <asm/
cpu_ops
.h>
84
cpu_ops
[cpu]->cpu_stop();
in ipi_cpu_crash_stop()
H
A
D
cpu_ops_sbi.c
3
* HSM extension and
cpu_ops
implementation.
11
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
cpu_ops.c
14
#include <asm/
cpu_ops
.h>
23
static const struct cpu_operations *
cpu_ops
[NR_CPUS] __ro_after_init;
97
* Read a cpu's enable method and record it in
cpu_ops
.
106
cpu_ops
[cpu] = cpu_get_ops(enable_method);
in init_cpu_ops()
107
if (!
cpu_ops
[cpu]) {
in init_cpu_ops()
117
return
cpu_ops
[cpu];
in get_cpu_ops()
H
A
D
acpi_parking_protocol.c
12
#include <asm/
cpu_ops
.h>
H
A
D
smp_spin_table.c
16
#include <asm/
cpu_ops
.h>
H
A
D
psci.c
20
#include <asm/
cpu_ops
.h>
H
A
D
cpuidle.c
17
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpu_ops.c
14
#include <asm/
cpu_ops
.h>
23
static const struct cpu_operations *
cpu_ops
[NR_CPUS] __ro_after_init;
97
* Read a cpu's enable method and record it in
cpu_ops
.
106
cpu_ops
[cpu] = cpu_get_ops(enable_method);
in init_cpu_ops()
107
if (!
cpu_ops
[cpu]) {
in init_cpu_ops()
117
return
cpu_ops
[cpu];
in get_cpu_ops()
H
A
D
psci.c
20
#include <asm/
cpu_ops
.h>
H
A
D
acpi_parking_protocol.c
12
#include <asm/
cpu_ops
.h>
H
A
D
smp_spin_table.c
16
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
cpu_ops.h
4
* Based on arch/arm64/include/asm/
cpu_ops
.h
41
extern const struct cpu_operations *
cpu_ops
[NR_CPUS];
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
cpu_ops.h
4
* Based on arch/arm64/include/asm/
cpu_ops
.h
42
extern const struct cpu_operations *
cpu_ops
[NR_CPUS];
/kernel/linux/linux-5.10/drivers/clk/mvebu/
H
A
D
clk-cpu.c
160
static const struct clk_ops
cpu_ops
= {
variable
219
init.ops = &
cpu_ops
;
in of_cpu_clk_setup()
/kernel/linux/linux-6.6/drivers/clk/mvebu/
H
A
D
clk-cpu.c
160
static const struct clk_ops
cpu_ops
= {
variable
211
init.ops = &
cpu_ops
;
in of_cpu_clk_setup()
Completed in 6 milliseconds
1
2