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
26 - 41
of
41
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
Makefile
39
obj-$(CONFIG_SMP) +=
cpu_ops
.o
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
Makefile
16
io.o vdso.o hyp-stub.o psci.o
cpu_ops
.o insn.o \
H
A
D
acpi.c
31
#include <asm/
cpu_ops
.h>
H
A
D
machine_kexec.c
17
#include <asm/
cpu_ops
.h>
H
A
D
setup.c
41
#include <asm/
cpu_ops
.h>
H
A
D
smp.c
42
#include <asm/
cpu_ops
.h>
281
* of no return. CPU0 may not have an
cpu_ops
, so test for it.
in op_cpu_disable()
H
A
D
cpufeature.c
77
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
Makefile
32
io.o vdso.o hyp-stub.o psci.o
cpu_ops
.o \
H
A
D
setup.c
43
#include <asm/
cpu_ops
.h>
H
A
D
acpi.c
33
#include <asm/
cpu_ops
.h>
H
A
D
machine_kexec.c
19
#include <asm/
cpu_ops
.h>
H
A
D
smp.c
42
#include <asm/
cpu_ops
.h>
274
* of no return. CPU0 may not have an
cpu_ops
, so test for it.
in op_cpu_disable()
H
A
D
cpufeature.c
81
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
Makefile
69
obj-$(CONFIG_SMP) +=
cpu_ops
.o
H
A
D
setup.c
29
#include <asm/
cpu_ops
.h>
/kernel/linux/linux-5.10/drivers/clk/sirf/
H
A
D
clk-common.c
494
static const struct clk_ops
cpu_ops
= {
variable
504
.ops = &
cpu_ops
,
Completed in 16 milliseconds
1
2