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:omap_iommu_domain
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
omap-iommu.c
57
* to_omap_domain - Get struct
omap_iommu_domain
from generic iommu_domain
60
static struct
omap_iommu_domain
*to_omap_domain(struct iommu_domain *dom)
in to_omap_domain()
62
return container_of(dom, struct
omap_iommu_domain
, domain);
in to_omap_domain()
811
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in iommu_fault_handler()
952
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_domain_deactivate()
981
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_domain_activate()
1328
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_map()
1372
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_unmap()
1414
struct
omap_iommu_domain
*odomain)
in omap_iommu_attach_init()
1446
static void omap_iommu_detach_fini(struct
omap_iommu_domain
*odomai
[all...]
H
A
D
omap-iommu.h
39
* struct
omap_iommu_domain
- omap iommu domain
46
struct
omap_iommu_domain
{
struct
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
omap-iommu.c
56
* to_omap_domain - Get struct
omap_iommu_domain
from generic iommu_domain
59
static struct
omap_iommu_domain
*to_omap_domain(struct iommu_domain *dom)
in to_omap_domain()
61
return container_of(dom, struct
omap_iommu_domain
, domain);
in to_omap_domain()
810
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in iommu_fault_handler()
951
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_domain_deactivate()
980
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_domain_activate()
1323
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_map()
1367
struct
omap_iommu_domain
*omap_domain = to_omap_domain(domain);
in omap_iommu_unmap()
1409
struct
omap_iommu_domain
*odomain)
in omap_iommu_attach_init()
1441
static void omap_iommu_detach_fini(struct
omap_iommu_domain
*odomai
[all...]
H
A
D
omap-iommu.h
39
* struct
omap_iommu_domain
- omap iommu domain
46
struct
omap_iommu_domain
{
struct
Completed in 9 milliseconds