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:noiommu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
vfio.c
62
bool
noiommu
;
member
86
bool
noiommu
;
member
93
static bool
noiommu
__read_mostly;
95
noiommu
, bool, S_IRUGO | S_IWUSR);
116
* With
noiommu
enabled, an IOMMU group will be created for a device
in vfio_iommu_group_get()
121
if (group || !
noiommu
|| iommu_present(dev->bus))
in vfio_iommu_group_get()
128
iommu_group_set_name(group, "vfio-
noiommu
");
in vfio_iommu_group_get()
129
iommu_group_set_iommudata(group, &
noiommu
, NULL);
in vfio_iommu_group_get()
145
dev_warn(dev, "Adding kernel taint for vfio-
noiommu
group on device\n");
in vfio_iommu_group_get()
155
if (iommu_group_get_iommudata(group) == &
noiommu
)
in vfio_iommu_group_put()
[all...]
/kernel/linux/linux-6.6/drivers/vfio/
H
A
D
container.c
24
bool
noiommu
;
member
67
.name = "vfio-
noiommu
",
77
* Only
noiommu
containers can use vfio-
noiommu
and
noiommu
containers can only
78
* use vfio-
noiommu
.
85
return container->
noiommu
== (driver->ops == &vfio_noiommu_ops);
in vfio_iommu_driver_allowed()
431
container->
noiommu
!= (group->type == VFIO_NO_IOMMU)) {
in vfio_container_attach_group()
457
container->
noiommu
= (group->type == VFIO_NO_IOMMU);
in vfio_container_attach_group()
Completed in 4 milliseconds