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:dom
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
1503
struct iommu_domain *
dom
;
in iommu_group_alloc_default_domain()
local
1505
dom
= iommu_domain_alloc_ext(bus, type);
in iommu_group_alloc_default_domain()
1506
if (!
dom
&& type != IOMMU_DOMAIN_DMA) {
in iommu_group_alloc_default_domain()
1507
dom
= iommu_domain_alloc_ext(bus, IOMMU_DOMAIN_DMA);
in iommu_group_alloc_default_domain()
1508
if (
dom
) {
in iommu_group_alloc_default_domain()
1515
if (!
dom
) {
in iommu_group_alloc_default_domain()
1519
group->default_domain =
dom
;
in iommu_group_alloc_default_domain()
1521
group->domain =
dom
;
in iommu_group_alloc_default_domain()
1526
iommu_domain_set_attr(
dom
, DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE, &attr);
in iommu_group_alloc_default_domain()
H
A
D
rockchip-iommu.c
161
static inline void rk_table_flush(struct rk_iommu_domain *
dom
, dma_addr_t dma, unsigned int count)
in rk_table_flush()
argument
168
static struct rk_iommu_domain *to_rk_domain(struct iommu_domain *
dom
)
in to_rk_domain()
argument
170
return container_of(
dom
, struct rk_iommu_domain, domain);
in to_rk_domain()
Completed in 7 milliseconds