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:mb_stat_R
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
backing_ops.c
55
mbox_stat = ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_read()
62
ctx->csa.prob.
mb_stat_R
&= ~(0x0000ff);
in spu_backing_mbox_read()
73
return ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_stat_read()
84
stat = ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_stat_poll()
120
if (ctx->csa.prob.
mb_stat_R
& 0xff0000) {
in spu_backing_ibox_read()
126
ctx->csa.prob.
mb_stat_R
&= ~(0xff0000);
in spu_backing_ibox_read()
144
if ((ctx->csa.prob.
mb_stat_R
) & 0x00ff00) {
in spu_backing_wbox_write()
146
int avail = (ctx->csa.prob.
mb_stat_R
& 0x00ff00) >> 8;
in spu_backing_wbox_write()
155
ctx->csa.prob.
mb_stat_R
&= ~(0x00ff00);
in spu_backing_wbox_write()
156
ctx->csa.prob.
mb_stat_R
|
in spu_backing_wbox_write()
[all...]
H
A
D
hw_ops.c
32
mbox_stat = in_be32(&prob->
mb_stat_R
);
in spu_hw_mbox_read()
43
return in_be32(&ctx->spu->problem->
mb_stat_R
);
in spu_hw_mbox_stat_read()
53
stat = in_be32(&spu->problem->
mb_stat_R
);
in spu_hw_mbox_stat_poll()
90
if (in_be32(&prob->
mb_stat_R
) & 0xff0000) {
in spu_hw_ibox_read()
110
if (in_be32(&prob->
mb_stat_R
) & 0x00ff00) {
in spu_hw_wbox_write()
H
A
D
switch.c
592
csa->prob.
mb_stat_R
= in_be32(&prob->
mb_stat_R
);
in save_ppu_mb_stat()
1666
if ((csa->prob.
mb_stat_R
& 0xFF) == 0) {
in check_ppu_mb_stat()
1681
if ((csa->prob.
mb_stat_R
& 0xFF0000) == 0) {
in check_ppuint_mb_stat()
2143
csa->prob.
mb_stat_R
= 0x000400;
in init_prob()
H
A
D
file.c
1954
if (!(ctx->csa.prob.
mb_stat_R
& 0x0000ff))
in spufs_mbox_info_dump()
1971
stat = ctx->csa.prob.
mb_stat_R
;
in spufs_mbox_info_read()
1992
if (!(ctx->csa.prob.
mb_stat_R
& 0xff0000))
in spufs_ibox_info_dump()
2009
stat = ctx->csa.prob.
mb_stat_R
;
in spufs_ibox_info_read()
2029
return (4 - ((ctx->csa.prob.
mb_stat_R
& 0x00ff00) >> 8)) * sizeof(u32);
in spufs_wbox_info_cnt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
backing_ops.c
55
mbox_stat = ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_read()
62
ctx->csa.prob.
mb_stat_R
&= ~(0x0000ff);
in spu_backing_mbox_read()
73
return ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_stat_read()
84
stat = ctx->csa.prob.
mb_stat_R
;
in spu_backing_mbox_stat_poll()
120
if (ctx->csa.prob.
mb_stat_R
& 0xff0000) {
in spu_backing_ibox_read()
126
ctx->csa.prob.
mb_stat_R
&= ~(0xff0000);
in spu_backing_ibox_read()
144
if ((ctx->csa.prob.
mb_stat_R
) & 0x00ff00) {
in spu_backing_wbox_write()
146
int avail = (ctx->csa.prob.
mb_stat_R
& 0x00ff00) >> 8;
in spu_backing_wbox_write()
155
ctx->csa.prob.
mb_stat_R
&= ~(0x00ff00);
in spu_backing_wbox_write()
156
ctx->csa.prob.
mb_stat_R
|
in spu_backing_wbox_write()
[all...]
H
A
D
hw_ops.c
32
mbox_stat = in_be32(&prob->
mb_stat_R
);
in spu_hw_mbox_read()
43
return in_be32(&ctx->spu->problem->
mb_stat_R
);
in spu_hw_mbox_stat_read()
53
stat = in_be32(&spu->problem->
mb_stat_R
);
in spu_hw_mbox_stat_poll()
90
if (in_be32(&prob->
mb_stat_R
) & 0xff0000) {
in spu_hw_ibox_read()
110
if (in_be32(&prob->
mb_stat_R
) & 0x00ff00) {
in spu_hw_wbox_write()
H
A
D
switch.c
592
csa->prob.
mb_stat_R
= in_be32(&prob->
mb_stat_R
);
in save_ppu_mb_stat()
1665
if ((csa->prob.
mb_stat_R
& 0xFF) == 0) {
in check_ppu_mb_stat()
1679
if ((csa->prob.
mb_stat_R
& 0xFF0000) == 0) {
in check_ppuint_mb_stat()
2141
csa->prob.
mb_stat_R
= 0x000400;
in init_prob()
H
A
D
file.c
1954
if (!(ctx->csa.prob.
mb_stat_R
& 0x0000ff))
in spufs_mbox_info_dump()
1971
stat = ctx->csa.prob.
mb_stat_R
;
in spufs_mbox_info_read()
1992
if (!(ctx->csa.prob.
mb_stat_R
& 0xff0000))
in spufs_ibox_info_dump()
2009
stat = ctx->csa.prob.
mb_stat_R
;
in spufs_ibox_info_read()
2029
return (4 - ((ctx->csa.prob.
mb_stat_R
& 0x00ff00) >> 8)) * sizeof(u32);
in spufs_wbox_info_cnt()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu_csa.h
109
u32
mb_stat_R
;
member
H
A
D
spu.h
345
u32
mb_stat_R
; /* 0x4014 */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu_csa.h
109
u32
mb_stat_R
;
member
H
A
D
spu.h
312
u32
mb_stat_R
; /* 0x4014 */
member
Completed in 25 milliseconds