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:msi_perm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
1208
if (vdev->
msi_perm
)
in vfio_msi_cap_len()
1211
vdev->
msi_perm
= kmalloc(sizeof(struct perm_bits), GFP_KERNEL);
in vfio_msi_cap_len()
1212
if (!vdev->
msi_perm
)
in vfio_msi_cap_len()
1215
ret = init_pci_cap_msi_perm(vdev->
msi_perm
, len, flags);
in vfio_msi_cap_len()
1217
kfree(vdev->
msi_perm
);
in vfio_msi_cap_len()
1782
if (vdev->
msi_perm
) {
in vfio_config_free()
1783
free_perm_bits(vdev->
msi_perm
);
in vfio_config_free()
1784
kfree(vdev->
msi_perm
);
in vfio_config_free()
1785
vdev->
msi_perm
= NULL;
in vfio_config_free()
1853
perm = vdev->
msi_perm
;
in vfio_config_do_rw()
[all...]
H
A
D
vfio_pci_private.h
108
struct perm_bits *
msi_perm
;
member
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
1246
if (vdev->
msi_perm
)
in vfio_msi_cap_len()
1249
vdev->
msi_perm
= kmalloc(sizeof(struct perm_bits), GFP_KERNEL_ACCOUNT);
in vfio_msi_cap_len()
1250
if (!vdev->
msi_perm
)
in vfio_msi_cap_len()
1253
ret = init_pci_cap_msi_perm(vdev->
msi_perm
, len, flags);
in vfio_msi_cap_len()
1255
kfree(vdev->
msi_perm
);
in vfio_msi_cap_len()
1839
if (vdev->
msi_perm
) {
in vfio_config_free()
1840
free_perm_bits(vdev->
msi_perm
);
in vfio_config_free()
1841
kfree(vdev->
msi_perm
);
in vfio_config_free()
1842
vdev->
msi_perm
= NULL;
in vfio_config_free()
1910
perm = vdev->
msi_perm
;
in vfio_config_do_rw()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
vfio_pci_core.h
59
struct perm_bits *
msi_perm
;
member
Completed in 6 milliseconds