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:matrix_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
vfio_ap_drv.c
26
struct ap_matrix_dev *
matrix_dev
;
variable
57
struct ap_matrix_dev *
matrix_dev
;
in vfio_ap_matrix_dev_release()
local
59
matrix_dev
= container_of(dev, struct ap_matrix_dev, device);
in vfio_ap_matrix_dev_release()
60
kfree(
matrix_dev
);
in vfio_ap_matrix_dev_release()
86
matrix_dev
= kzalloc(sizeof(*
matrix_dev
), GFP_KERNEL);
in vfio_ap_matrix_dev_create()
87
if (!
matrix_dev
) {
in vfio_ap_matrix_dev_create()
94
ret = ap_qci(&
matrix_dev
->info);
in vfio_ap_matrix_dev_create()
99
mutex_init(&
matrix_dev
->mdevs_lock);
in vfio_ap_matrix_dev_create()
100
INIT_LIST_HEAD(&
matrix_dev
in vfio_ap_matrix_dev_create()
[all...]
H
A
D
vfio_ap_ops.c
48
* 1.
matrix_dev
->guests_lock: required to use the KVM pointer to update a KVM
51
* 3.
matrix_dev
->mdevs_lock: required to access data stored in a matrix_mdev
57
mutex_lock(&
matrix_dev
->guests_lock);
in get_update_locks_for_kvm()
60
mutex_lock(&
matrix_dev
->mdevs_lock);
in get_update_locks_for_kvm()
70
* 1.
matrix_dev
->mdevs_lock
72
* 3.
matrix_dev
->guests_lock
78
mutex_unlock(&
matrix_dev
->mdevs_lock);
in release_update_locks_for_kvm()
81
mutex_unlock(&
matrix_dev
->guests_lock);
in release_update_locks_for_kvm()
92
* 1.
matrix_dev
->guests_lock: required to use the KVM pointer to update a KVM
95
* 3.
matrix_dev
[all...]
H
A
D
vfio_ap_private.h
59
extern struct ap_matrix_dev *
matrix_dev
;
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
vfio_ap_drv.c
27
struct ap_matrix_dev *
matrix_dev
;
variable
75
mutex_lock(&
matrix_dev
->lock);
in vfio_ap_queue_dev_remove()
80
mutex_unlock(&
matrix_dev
->lock);
in vfio_ap_queue_dev_remove()
85
struct ap_matrix_dev *
matrix_dev
;
in vfio_ap_matrix_dev_release()
local
87
matrix_dev
= container_of(dev, struct ap_matrix_dev, device);
in vfio_ap_matrix_dev_release()
88
kfree(
matrix_dev
);
in vfio_ap_matrix_dev_release()
120
matrix_dev
= kzalloc(sizeof(*
matrix_dev
), GFP_KERNEL);
in vfio_ap_matrix_dev_create()
121
if (!
matrix_dev
) {
in vfio_ap_matrix_dev_create()
128
ret = ap_qci(&
matrix_dev
in vfio_ap_matrix_dev_create()
[all...]
H
A
D
vfio_ap_ops.c
270
* We take the
matrix_dev
lock to ensure serialization on queues and
290
mutex_lock(&
matrix_dev
->lock);
in handle_pqap()
313
mutex_unlock(&
matrix_dev
->lock);
in handle_pqap()
329
if ((atomic_dec_if_positive(&
matrix_dev
->available_instances) < 0))
in vfio_ap_mdev_create()
334
atomic_inc(&
matrix_dev
->available_instances);
in vfio_ap_mdev_create()
339
vfio_ap_matrix_init(&
matrix_dev
->info, &matrix_mdev->matrix);
in vfio_ap_mdev_create()
343
mutex_lock(&
matrix_dev
->lock);
in vfio_ap_mdev_create()
344
list_add(&matrix_mdev->node, &
matrix_dev
->mdev_list);
in vfio_ap_mdev_create()
345
mutex_unlock(&
matrix_dev
->lock);
in vfio_ap_mdev_create()
357
mutex_lock(&
matrix_dev
in vfio_ap_mdev_remove()
[all...]
H
A
D
vfio_ap_private.h
48
extern struct ap_matrix_dev *
matrix_dev
;
Completed in 6 milliseconds