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_cq_sr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
spu_info.h
16
struct
mfc_cq_sr
{
struct
30
struct
mfc_cq_sr
dma_info_command_data[16];
37
struct
mfc_cq_sr
proxydma_info_command_data[8];
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
spu_info.h
16
struct
mfc_cq_sr
{
struct
30
struct
mfc_cq_sr
dma_info_command_data[16];
37
struct
mfc_cq_sr
proxydma_info_command_data[8];
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu_csa.h
192
struct
mfc_cq_sr
spuq[16];
193
struct
mfc_cq_sr
puq[8];
H
A
D
spu.h
310
struct
mfc_cq_sr
{
struct
406
struct
mfc_cq_sr
spuq[16]; /* 0x2000 */
407
struct
mfc_cq_sr
puq[8]; /* 0x2200 */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu_csa.h
192
struct
mfc_cq_sr
spuq[16];
193
struct
mfc_cq_sr
puq[8];
H
A
D
spu.h
277
struct
mfc_cq_sr
{
struct
373
struct
mfc_cq_sr
spuq[16]; /* 0x2000 */
374
struct
mfc_cq_sr
puq[8]; /* 0x2200 */
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
2076
struct
mfc_cq_sr
*qp = &info->dma_info_command_data[i];
in spufs_get_dma_info()
2077
struct
mfc_cq_sr
*spuqp = &ctx->csa.priv2.spuq[i];
in spufs_get_dma_info()
2130
struct
mfc_cq_sr
*qp = &info->proxydma_info_command_data[i];
in spufs_get_proxydma_info()
2131
struct
mfc_cq_sr
*puqp = &ctx->csa.priv2.puq[i];
in spufs_get_proxydma_info()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
file.c
2076
struct
mfc_cq_sr
*qp = &info->dma_info_command_data[i];
in spufs_get_dma_info()
2077
struct
mfc_cq_sr
*spuqp = &ctx->csa.priv2.spuq[i];
in spufs_get_dma_info()
2130
struct
mfc_cq_sr
*qp = &info->proxydma_info_command_data[i];
in spufs_get_proxydma_info()
2131
struct
mfc_cq_sr
*puqp = &ctx->csa.priv2.puq[i];
in spufs_get_proxydma_info()
Completed in 13 milliseconds