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:si_domain
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
296
static struct dmar_domain *
si_domain
;
variable
623
/*
si_domain
and vm domain should not get here. */
in domain_get_iommu()
2843
si_domain
= alloc_domain(DOMAIN_FLAG_STATIC_IDENTITY);
in si_domain_init()
2844
if (!
si_domain
)
in si_domain_init()
2847
if (md_domain_init(
si_domain
, DEFAULT_DOMAIN_ADDRESS_WIDTH)) {
in si_domain_init()
2848
domain_exit(
si_domain
);
in si_domain_init()
2849
si_domain
= NULL;
in si_domain_init()
2861
ret = iommu_domain_identity_map(
si_domain
,
in si_domain_init()
2871
* the
si_domain
.
in si_domain_init()
2880
end >> agaw_to_width(
si_domain
in si_domain_init()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
249
static struct dmar_domain *
si_domain
;
variable
2394
si_domain
= alloc_domain(IOMMU_DOMAIN_IDENTITY);
in si_domain_init()
2395
if (!
si_domain
)
in si_domain_init()
2398
if (md_domain_init(
si_domain
, DEFAULT_DOMAIN_ADDRESS_WIDTH)) {
in si_domain_init()
2399
domain_exit(
si_domain
);
in si_domain_init()
2400
si_domain
= NULL;
in si_domain_init()
2412
ret = iommu_domain_identity_map(
si_domain
,
in si_domain_init()
2422
* the
si_domain
.
in si_domain_init()
2431
end >> agaw_to_width(
si_domain
->agaw)))
in si_domain_init()
2434
ret = iommu_domain_identity_map(
si_domain
,
in si_domain_init()
[all...]
Completed in 11 milliseconds