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:to_dmar_domain
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
5250
domain_exit(
to_dmar_domain
(domain));
in intel_iommu_domain_free()
5385
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in prepare_domain_attach_device()
5451
return domain_add_dev_info(
to_dmar_domain
(domain), dev);
in intel_iommu_attach_device()
5466
return aux_domain_add_dev(
to_dmar_domain
(domain), dev);
in intel_iommu_aux_attach_device()
5478
aux_domain_remove_dev(
to_dmar_domain
(domain), dev);
in intel_iommu_aux_detach_device()
5532
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_sva_invalidate()
5664
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_map()
5702
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_unmap()
5737
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_iova_to_phys()
5967
struct dmar_domain *dmar_domain =
to_dmar_domain
(domai
in intel_iommu_apply_resv_region()
[all...]
H
A
D
svm.c
300
dmar_domain =
to_dmar_domain
(domain);
in intel_svm_bind_gpasid()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
1593
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_flush_iotlb_all()
4067
domain_exit(
to_dmar_domain
(domain));
in intel_iommu_domain_free()
4073
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in prepare_domain_attach_device()
4123
return dmar_domain_attach_device(
to_dmar_domain
(domain), dev);
in intel_iommu_attach_device()
4130
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_map()
4188
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_unmap()
4233
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_tlb_sync()
4255
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_iova_to_phys()
4307
struct dmar_domain *dmar_domain =
to_dmar_domain
(domain);
in intel_iommu_enforce_cache_coherency()
4672
struct dmar_domain *dmar_domain =
to_dmar_domain
(domai
in intel_iommu_iotlb_sync_map()
[all...]
H
A
D
debugfs.c
349
domain =
to_dmar_domain
(iommu_get_domain_for_dev(dev));
in __show_device_domain_translation()
H
A
D
iommu.h
738
static inline struct dmar_domain *
to_dmar_domain
(struct iommu_domain *dom)
in to_dmar_domain()
function
H
A
D
svm.c
832
kfree(
to_dmar_domain
(domain));
in intel_svm_domain_free()
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel-iommu.h
650
static inline struct dmar_domain *
to_dmar_domain
(struct iommu_domain *dom)
in to_dmar_domain()
function
Completed in 26 milliseconds