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:mfc_sr1_RW
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_priv1_mmio.c
103
out_be64(&spu->priv1->
mfc_sr1_RW
, sr1);
in mfc_sr1_set()
108
return in_be64(&spu->priv1->
mfc_sr1_RW
);
in mfc_sr1_get()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_priv1_mmio.c
102
out_be64(&spu->priv1->
mfc_sr1_RW
, sr1);
in mfc_sr1_set()
107
return in_be64(&spu->priv1->
mfc_sr1_RW
);
in mfc_sr1_get()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
backing_ops.c
301
sr1 = csa->priv1.
mfc_sr1_RW
| MFC_STATE1_MASTER_RUN_CONTROL_MASK;
in spu_backing_master_start()
302
csa->priv1.
mfc_sr1_RW
= sr1;
in spu_backing_master_start()
312
sr1 = csa->priv1.
mfc_sr1_RW
& ~MFC_STATE1_MASTER_RUN_CONTROL_MASK;
in spu_backing_master_stop()
313
csa->priv1.
mfc_sr1_RW
= sr1;
in spu_backing_master_stop()
H
A
D
switch.c
217
csa->priv1.
mfc_sr1_RW
= spu_mfc_sr1_get(spu);
in save_mfc_sr1()
1694
spu_mfc_sr1_set(spu, csa->priv1.
mfc_sr1_RW
);
in restore_mfc_sr1()
2149
csa->priv1.
mfc_sr1_RW
= MFC_STATE1_LOCAL_STORAGE_DECODE_MASK |
in init_priv1()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
backing_ops.c
301
sr1 = csa->priv1.
mfc_sr1_RW
| MFC_STATE1_MASTER_RUN_CONTROL_MASK;
in spu_backing_master_start()
302
csa->priv1.
mfc_sr1_RW
= sr1;
in spu_backing_master_start()
312
sr1 = csa->priv1.
mfc_sr1_RW
& ~MFC_STATE1_MASTER_RUN_CONTROL_MASK;
in spu_backing_master_stop()
313
csa->priv1.
mfc_sr1_RW
= sr1;
in spu_backing_master_stop()
H
A
D
switch.c
217
csa->priv1.
mfc_sr1_RW
= spu_mfc_sr1_get(spu);
in save_mfc_sr1()
1692
spu_mfc_sr1_set(spu, csa->priv1.
mfc_sr1_RW
);
in restore_mfc_sr1()
2147
csa->priv1.
mfc_sr1_RW
= MFC_STATE1_LOCAL_STORAGE_DECODE_MASK |
in init_priv1()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu_csa.h
123
u64
mfc_sr1_RW
;
member
H
A
D
spu.h
477
u64
mfc_sr1_RW
; /* 0x000 */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu_csa.h
123
u64
mfc_sr1_RW
;
member
H
A
D
spu.h
444
u64
mfc_sr1_RW
; /* 0x000 */
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
spu.c
544
offsetof(struct spu_priv1,
mfc_sr1_RW
),
in mfc_sr1_set()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
spu.c
544
offsetof(struct spu_priv1,
mfc_sr1_RW
),
in mfc_sr1_set()
Completed in 17 milliseconds