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:allowed_iova
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
ioas.c
145
struct rb_root_cached
allowed_iova
= RB_ROOT_CACHED;
in iommufd_ioas_allow_iovas()
local
159
rc = iommufd_ioas_load_iovas(&
allowed_iova
,
in iommufd_ioas_allow_iovas()
172
rc = iopt_set_allow_iova(iopt, &
allowed_iova
);
in iommufd_ioas_allow_iovas()
174
while ((node = interval_tree_iter_first(&
allowed_iova
, 0, ULONG_MAX))) {
in iommufd_ioas_allow_iovas()
175
interval_tree_remove(node, &
allowed_iova
);
in iommufd_ioas_allow_iovas()
H
A
D
iommufd_private.h
83
struct rb_root_cached *
allowed_iova
);
H
A
D
io_pagetable.c
582
/* The caller must always free all the nodes in the
allowed_iova
rb_root. */
584
struct rb_root_cached *
allowed_iova
)
in iopt_set_allow_iova()
589
swap(*
allowed_iova
, iopt->allowed_itree);
in iopt_set_allow_iova()
595
swap(*
allowed_iova
, iopt->allowed_itree);
in iopt_set_allow_iova()
583
iopt_set_allow_iova(struct io_pagetable *iopt, struct rb_root_cached *
allowed_iova
)
iopt_set_allow_iova()
argument
Completed in 4 milliseconds