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:spu_status_R
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
switch.c
94
return (in_be32(&prob->
spu_status_R
) & isolate_state) ? 1 : 0;
in check_spu_isolate()
227
if ((in_be32(&prob->
spu_status_R
) & SPU_STATUS_RUNNING) == 0) {
in save_spu_status()
228
csa->prob.
spu_status_R
= in_be32(&prob->
spu_status_R
);
in save_spu_status()
234
POLL_WHILE_TRUE(in_be32(&prob->
spu_status_R
) &
in save_spu_status()
239
if ((in_be32(&prob->
spu_status_R
) & stopped) == 0)
in save_spu_status()
240
csa->prob.
spu_status_R
= SPU_STATUS_RUNNING;
in save_spu_status()
242
csa->prob.
spu_status_R
= in_be32(&prob->
spu_status_R
);
in save_spu_status()
930
POLL_WHILE_TRUE(in_be32(&prob->
spu_status_R
)
in wait_spu_stopped()
[all...]
H
A
D
backing_ops.c
254
return ctx->csa.prob.
spu_status_R
;
in spu_backing_status_read()
277
ctx->csa.prob.
spu_status_R
&=
in spu_backing_runcntl_write()
283
ctx->csa.prob.
spu_status_R
|= SPU_STATUS_RUNNING;
in spu_backing_runcntl_write()
285
ctx->csa.prob.
spu_status_R
&= ~SPU_STATUS_RUNNING;
in spu_backing_runcntl_write()
H
A
D
hw_ops.c
188
return in_be32(&ctx->spu->problem->
spu_status_R
);
in spu_hw_status_read()
220
while (in_be32(&ctx->spu->problem->
spu_status_R
) & SPU_STATUS_RUNNING)
in spu_hw_runcntl_stop()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
switch.c
94
return (in_be32(&prob->
spu_status_R
) & isolate_state) ? 1 : 0;
in check_spu_isolate()
227
if ((in_be32(&prob->
spu_status_R
) & SPU_STATUS_RUNNING) == 0) {
in save_spu_status()
228
csa->prob.
spu_status_R
= in_be32(&prob->
spu_status_R
);
in save_spu_status()
234
POLL_WHILE_TRUE(in_be32(&prob->
spu_status_R
) &
in save_spu_status()
239
if ((in_be32(&prob->
spu_status_R
) & stopped) == 0)
in save_spu_status()
240
csa->prob.
spu_status_R
= SPU_STATUS_RUNNING;
in save_spu_status()
242
csa->prob.
spu_status_R
= in_be32(&prob->
spu_status_R
);
in save_spu_status()
930
POLL_WHILE_TRUE(in_be32(&prob->
spu_status_R
)
in wait_spu_stopped()
[all...]
H
A
D
backing_ops.c
254
return ctx->csa.prob.
spu_status_R
;
in spu_backing_status_read()
277
ctx->csa.prob.
spu_status_R
&=
in spu_backing_runcntl_write()
283
ctx->csa.prob.
spu_status_R
|= SPU_STATUS_RUNNING;
in spu_backing_runcntl_write()
285
ctx->csa.prob.
spu_status_R
&= ~SPU_STATUS_RUNNING;
in spu_backing_runcntl_write()
H
A
D
hw_ops.c
188
return in_be32(&ctx->spu->problem->
spu_status_R
);
in spu_hw_status_read()
220
while (in_be32(&ctx->spu->problem->
spu_status_R
) & SPU_STATUS_RUNNING)
in spu_hw_runcntl_stop()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu_csa.h
111
u32
spu_status_R
;
member
H
A
D
spu.h
352
u32
spu_status_R
; /* 0x4024 */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu_csa.h
111
u32
spu_status_R
;
member
H
A
D
spu.h
319
u32
spu_status_R
; /* 0x4024 */
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
698
in_be32(&spu->problem->
spu_status_R
);
in crash_kexec_stop_spus()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
691
in_be32(&spu->problem->
spu_status_R
);
in crash_kexec_stop_spus()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
4209
DUMP_VALUE("0x%x", problem->
spu_status_R
,
in dump_spu_fields()
4210
in_be32(&spu->problem->
spu_status_R
));
in dump_spu_fields()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
4270
DUMP_VALUE("0x%x", problem->
spu_status_R
,
in dump_spu_fields()
4271
in_be32(&spu->problem->
spu_status_R
));
in dump_spu_fields()
Completed in 23 milliseconds