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:iommu_driver
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/
H
A
D
container.c
22
struct vfio_iommu_driver *
iommu_driver
;
member
166
struct vfio_iommu_driver *
iommu_driver
=
in vfio_device_container_register()
local
167
device->group->container->
iommu_driver
;
in vfio_device_container_register()
169
if (
iommu_driver
&&
iommu_driver
->ops->register_device)
in vfio_device_container_register()
170
iommu_driver
->ops->register_device(
in vfio_device_container_register()
176
struct vfio_iommu_driver *
iommu_driver
=
in vfio_device_container_unregister()
local
177
device->group->container->
iommu_driver
;
in vfio_device_container_unregister()
179
if (
iommu_driver
&&
iommu_driver
in vfio_device_container_unregister()
[all...]
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
vfio.c
60
struct vfio_iommu_driver *
iommu_driver
;
member
988
driver = container->
iommu_driver
;
in vfio_ioctl_check_extension()
1073
if (list_empty(&container->group_list) || container->
iommu_driver
) {
in vfio_ioctl_set_iommu()
1120
container->
iommu_driver
= driver;
in vfio_ioctl_set_iommu()
1153
driver = container->
iommu_driver
;
in vfio_fops_unl_ioctl()
1202
driver = container->
iommu_driver
;
in vfio_fops_read()
1217
driver = container->
iommu_driver
;
in vfio_fops_write()
1231
driver = container->
iommu_driver
;
in vfio_fops_mmap()
1259
driver = container->
iommu_driver
;
in __vfio_group_unset_container()
1272
container->
iommu_driver
in __vfio_group_unset_container()
[all...]
Completed in 4 milliseconds