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:diag_dma_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
diag.c
53
struct diag_ops __bootdata_preserved(
diag_dma_ops
);
138
return
diag_dma_ops
.diag14(rx, ry1, subcode);
in diag14()
179
ccode =
diag_dma_ops
.diag210(__diag210_tmp_dma);
in diag210()
209
return
diag_dma_ops
.diag26c(req, resp, subcode);
in diag26c()
H
A
D
smp.c
700
diag_dma_ops
.diag308_reset();
in smp_save_dump_cpus()
H
A
D
ipl.c
2084
diag_dma_ops
.diag308_reset();
in s390_reset_system()
/kernel/linux/linux-5.10/arch/s390/hypfs/
H
A
D
hypfs_diag0c.c
24
diag_dma_ops
.diag0c(((void **) data)[smp_processor_id()]);
in diag0c_fn()
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
startup.c
42
struct diag_ops __bootdata_preserved(
diag_dma_ops
) = {
variable
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
diag.h
320
extern struct diag_ops
diag_dma_ops
;
Completed in 7 milliseconds