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:pccw1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
170
struct ccw1 *
pccw1
= source;
in convert_ccw0_to_ccw1()
local
174
ccw0 = *(struct ccw0 *)
pccw1
;
in convert_ccw0_to_ccw1()
175
if ((
pccw1
->cmd_code & 0x0f) == CCW_CMD_TIC) {
in convert_ccw0_to_ccw1()
176
pccw1
->cmd_code = CCW_CMD_TIC;
in convert_ccw0_to_ccw1()
177
pccw1
->flags = 0;
in convert_ccw0_to_ccw1()
178
pccw1
->count = 0;
in convert_ccw0_to_ccw1()
180
pccw1
->cmd_code = ccw0.cmd_code;
in convert_ccw0_to_ccw1()
181
pccw1
->flags = ccw0.flags;
in convert_ccw0_to_ccw1()
182
pccw1
->count = ccw0.count;
in convert_ccw0_to_ccw1()
184
pccw1
in convert_ccw0_to_ccw1()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
216
struct ccw1 *
pccw1
= source;
in convert_ccw0_to_ccw1()
local
220
ccw0 = *(struct ccw0 *)
pccw1
;
in convert_ccw0_to_ccw1()
221
if ((
pccw1
->cmd_code & 0x0f) == CCW_CMD_TIC) {
in convert_ccw0_to_ccw1()
222
pccw1
->cmd_code = CCW_CMD_TIC;
in convert_ccw0_to_ccw1()
223
pccw1
->flags = 0;
in convert_ccw0_to_ccw1()
224
pccw1
->count = 0;
in convert_ccw0_to_ccw1()
226
pccw1
->cmd_code = ccw0.cmd_code;
in convert_ccw0_to_ccw1()
227
pccw1
->flags = ccw0.flags;
in convert_ccw0_to_ccw1()
228
pccw1
->count = ccw0.count;
in convert_ccw0_to_ccw1()
230
pccw1
in convert_ccw0_to_ccw1()
[all...]
Completed in 3 milliseconds