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:smp_85xx_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H
A
D
smp.c
351
struct smp_ops_t
smp_85xx_ops
= {
variable
482
smp_85xx_ops
.probe = smp_mpic_probe;
in mpc85xx_smp_init()
483
smp_85xx_ops
.setup_cpu = smp_85xx_setup_cpu;
in mpc85xx_smp_init()
484
smp_85xx_ops
.message_pass = smp_mpic_message_pass;
in mpc85xx_smp_init()
486
smp_85xx_ops
.setup_cpu = NULL;
in mpc85xx_smp_init()
493
smp_85xx_ops
.message_pass = NULL;
in mpc85xx_smp_init()
494
smp_85xx_ops
.cause_ipi = doorbell_global_ipi;
in mpc85xx_smp_init()
495
smp_85xx_ops
.probe = NULL;
in mpc85xx_smp_init()
506
smp_85xx_ops
.give_timebase = mpc85xx_give_timebase;
in mpc85xx_smp_init()
507
smp_85xx_ops
in mpc85xx_smp_init()
[all...]
H
A
D
corenet_generic.c
149
extern struct smp_ops_t
smp_85xx_ops
;
in corenet_generic_probe()
171
smp_85xx_ops
.give_timebase = NULL;
in corenet_generic_probe()
172
smp_85xx_ops
.take_timebase = NULL;
in corenet_generic_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H
A
D
smp.c
351
struct smp_ops_t
smp_85xx_ops
= {
variable
482
smp_85xx_ops
.probe = smp_mpic_probe;
in mpc85xx_smp_init()
483
smp_85xx_ops
.setup_cpu = smp_85xx_setup_cpu;
in mpc85xx_smp_init()
484
smp_85xx_ops
.message_pass = smp_mpic_message_pass;
in mpc85xx_smp_init()
486
smp_85xx_ops
.setup_cpu = NULL;
in mpc85xx_smp_init()
493
smp_85xx_ops
.message_pass = NULL;
in mpc85xx_smp_init()
494
smp_85xx_ops
.cause_ipi = doorbell_global_ipi;
in mpc85xx_smp_init()
495
smp_85xx_ops
.probe = NULL;
in mpc85xx_smp_init()
506
smp_85xx_ops
.give_timebase = mpc85xx_give_timebase;
in mpc85xx_smp_init()
507
smp_85xx_ops
in mpc85xx_smp_init()
[all...]
H
A
D
corenet_generic.c
149
extern struct smp_ops_t
smp_85xx_ops
;
in corenet_generic_probe()
171
smp_85xx_ops
.give_timebase = NULL;
in corenet_generic_probe()
172
smp_85xx_ops
.take_timebase = NULL;
in corenet_generic_probe()
Completed in 3 milliseconds