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:mcpm_sync
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
mcpm_entry.c
27
struct sync_struct
mcpm_sync
;
variable
36
mcpm_sync
.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN;
in __mcpm_cpu_going_down()
37
sync_cache_w(&
mcpm_sync
.clusters[cluster].cpus[cpu].cpu);
in __mcpm_cpu_going_down()
50
mcpm_sync
.clusters[cluster].cpus[cpu].cpu = CPU_DOWN;
in __mcpm_cpu_down()
51
sync_cache_w(&
mcpm_sync
.clusters[cluster].cpus[cpu].cpu);
in __mcpm_cpu_down()
66
mcpm_sync
.clusters[cluster].cluster = state;
in __mcpm_outbound_leave_critical()
67
sync_cache_w(&
mcpm_sync
.clusters[cluster].cluster);
in __mcpm_outbound_leave_critical()
85
struct mcpm_sync_struct *c = &
mcpm_sync
.clusters[cluster];
in __mcpm_outbound_enter_critical()
137
sync_cache_r(&
mcpm_sync
.clusters[cluster].cluster);
in __mcpm_cluster_state()
138
return
mcpm_sync
in __mcpm_cluster_state()
[all...]
H
A
D
mcpm_head.S
76
add r8, r5, r8 @ r8 =
mcpm_sync
206
.word
mcpm_sync
- 3b
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
mcpm_entry.c
27
struct sync_struct
mcpm_sync
;
variable
36
mcpm_sync
.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN;
in __mcpm_cpu_going_down()
37
sync_cache_w(&
mcpm_sync
.clusters[cluster].cpus[cpu].cpu);
in __mcpm_cpu_going_down()
50
mcpm_sync
.clusters[cluster].cpus[cpu].cpu = CPU_DOWN;
in __mcpm_cpu_down()
51
sync_cache_w(&
mcpm_sync
.clusters[cluster].cpus[cpu].cpu);
in __mcpm_cpu_down()
66
mcpm_sync
.clusters[cluster].cluster = state;
in __mcpm_outbound_leave_critical()
67
sync_cache_w(&
mcpm_sync
.clusters[cluster].cluster);
in __mcpm_outbound_leave_critical()
85
struct mcpm_sync_struct *c = &
mcpm_sync
.clusters[cluster];
in __mcpm_outbound_enter_critical()
137
sync_cache_r(&
mcpm_sync
.clusters[cluster].cluster);
in __mcpm_cluster_state()
138
return
mcpm_sync
in __mcpm_cluster_state()
[all...]
H
A
D
mcpm_head.S
78
add r8, r5, r8 @ r8 =
mcpm_sync
208
.word
mcpm_sync
- 3b
Completed in 2 milliseconds