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:storage_domain
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H
A
D
io_pagetable.c
710
struct iommu_domain *
storage_domain
=
in iopt_unfill_domain()
local
722
WARN_ON(!area->
storage_domain
);
in iopt_unfill_domain()
723
if (area->
storage_domain
== domain)
in iopt_unfill_domain()
724
area->
storage_domain
=
storage_domain
;
in iopt_unfill_domain()
741
WARN_ON(area->
storage_domain
!= domain);
in iopt_unfill_domain()
742
area->
storage_domain
= NULL;
in iopt_unfill_domain()
779
if (!area->
storage_domain
) {
in iopt_fill_domain()
781
area->
storage_domain
= domain;
in iopt_fill_domain()
803
area->
storage_domain
in iopt_fill_domain()
[all...]
H
A
D
io_pagetable.h
29
*
storage_domain
points at an arbitrary iommu_domain that is holding the PFNs
31
* as the pages code can rely on the
storage_domain
without having to get the
44
struct iommu_domain *
storage_domain
;
member
H
A
D
pages.c
1003
/* The
storage_domain
cannot change without the pages mutex */
in pfn_reader_fill_span()
1005
&pfns->batch, area->
storage_domain
, area, start_index,
in pfn_reader_fill_span()
1448
area->
storage_domain
= xa_load(&area->iopt->domains, 0);
in iopt_area_fill_domains()
1501
if (!area->
storage_domain
)
in iopt_area_unfill_domains()
1505
if (domain != area->
storage_domain
)
in iopt_area_unfill_domains()
1513
iopt_area_unfill_domain(area, pages, area->
storage_domain
);
in iopt_area_unfill_domains()
1514
area->
storage_domain
= NULL;
in iopt_area_unfill_domains()
1624
out_pages = raw_pages_from_domain(area->
storage_domain
, area,
in iopt_pages_fill_from_domain()
Completed in 5 milliseconds