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_cfg_RW
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
hw_ops.c
141
tmp = in_be64(&priv2->
spu_cfg_RW
);
in spu_hw_signal1_type_set()
146
out_be64(&priv2->
spu_cfg_RW
, tmp);
in spu_hw_signal1_type_set()
152
return ((in_be64(&ctx->spu->priv2->
spu_cfg_RW
) & 1) != 0);
in spu_hw_signal1_type_get()
162
tmp = in_be64(&priv2->
spu_cfg_RW
);
in spu_hw_signal2_type_set()
167
out_be64(&priv2->
spu_cfg_RW
, tmp);
in spu_hw_signal2_type_set()
173
return ((in_be64(&ctx->spu->priv2->
spu_cfg_RW
) & 2) != 0);
in spu_hw_signal2_type_get()
H
A
D
backing_ops.c
178
if (ctx->csa.priv2.
spu_cfg_RW
& 0x1)
in spu_backing_signal1_write()
195
if (ctx->csa.priv2.
spu_cfg_RW
& 0x2)
in spu_backing_signal2_write()
209
tmp = ctx->csa.priv2.
spu_cfg_RW
;
in spu_backing_signal1_type_set()
214
ctx->csa.priv2.
spu_cfg_RW
= tmp;
in spu_backing_signal1_type_set()
220
return ((ctx->csa.priv2.
spu_cfg_RW
& 1) != 0);
in spu_backing_signal1_type_get()
228
tmp = ctx->csa.priv2.
spu_cfg_RW
;
in spu_backing_signal2_type_set()
233
ctx->csa.priv2.
spu_cfg_RW
= tmp;
in spu_backing_signal2_type_set()
239
return ((ctx->csa.priv2.
spu_cfg_RW
& 2) != 0);
in spu_backing_signal2_type_get()
H
A
D
switch.c
562
csa->priv2.
spu_cfg_RW
= in_be64(&priv2->
spu_cfg_RW
);
in save_spu_cfg()
1617
out_be64(&priv2->
spu_cfg_RW
, csa->priv2.
spu_cfg_RW
);
in restore_spu_cfg()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
hw_ops.c
141
tmp = in_be64(&priv2->
spu_cfg_RW
);
in spu_hw_signal1_type_set()
146
out_be64(&priv2->
spu_cfg_RW
, tmp);
in spu_hw_signal1_type_set()
152
return ((in_be64(&ctx->spu->priv2->
spu_cfg_RW
) & 1) != 0);
in spu_hw_signal1_type_get()
162
tmp = in_be64(&priv2->
spu_cfg_RW
);
in spu_hw_signal2_type_set()
167
out_be64(&priv2->
spu_cfg_RW
, tmp);
in spu_hw_signal2_type_set()
173
return ((in_be64(&ctx->spu->priv2->
spu_cfg_RW
) & 2) != 0);
in spu_hw_signal2_type_get()
H
A
D
backing_ops.c
178
if (ctx->csa.priv2.
spu_cfg_RW
& 0x1)
in spu_backing_signal1_write()
195
if (ctx->csa.priv2.
spu_cfg_RW
& 0x2)
in spu_backing_signal2_write()
209
tmp = ctx->csa.priv2.
spu_cfg_RW
;
in spu_backing_signal1_type_set()
214
ctx->csa.priv2.
spu_cfg_RW
= tmp;
in spu_backing_signal1_type_set()
220
return ((ctx->csa.priv2.
spu_cfg_RW
& 1) != 0);
in spu_backing_signal1_type_get()
228
tmp = ctx->csa.priv2.
spu_cfg_RW
;
in spu_backing_signal2_type_set()
233
ctx->csa.priv2.
spu_cfg_RW
= tmp;
in spu_backing_signal2_type_set()
239
return ((ctx->csa.priv2.
spu_cfg_RW
& 2) != 0);
in spu_backing_signal2_type_get()
H
A
D
switch.c
562
csa->priv2.
spu_cfg_RW
= in_be64(&priv2->
spu_cfg_RW
);
in save_spu_cfg()
1617
out_be64(&priv2->
spu_cfg_RW
, csa->priv2.
spu_cfg_RW
);
in restore_spu_cfg()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu_csa.h
201
u64
spu_cfg_RW
;
member
H
A
D
spu.h
456
u64
spu_cfg_RW
; /* 0x4078 */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu_csa.h
201
u64
spu_cfg_RW
;
member
H
A
D
spu.h
423
u64
spu_cfg_RW
; /* 0x4078 */
member
Completed in 14 milliseconds