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:iova_start
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_media_mem.c
101
unsigned int
iova_start
;
member
115
g_hisi_iommu.
iova_start
= 0x100000;
in hisi_get_iommu_zone()
652
mmb->iommu_addr = format->
iova_start
;
in real_page_buffer_alloc_and_map()
681
dma_addr_t
iova_start
;
in real_page_buffer_alloc_and_map()
local
693
iova_start
= dma_buf_map_iommu(mmb->handle);
in real_page_buffer_alloc_and_map()
694
if (!
iova_start
) {
in real_page_buffer_alloc_and_map()
700
mmb->iommu_addr =
iova_start
;
in real_page_buffer_alloc_and_map()
1238
mmb->iommu_addr = format->
iova_start
;
in hil_mmb_alloc_iommu()
2012
zone->zone_start = iommu_zone->
iova_start
;
in iommu_zone_init()
2013
zone->nbytes = iommu_zone->iova_end - iommu_zone->
iova_start
in iommu_zone_init()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
rockchip-iommu.c
404
static void rk_iommu_zap_lines(struct rk_iommu *iommu, dma_addr_t
iova_start
, size_t size)
in rk_iommu_zap_lines()
argument
407
dma_addr_t iova_end =
iova_start
+ size;
in rk_iommu_zap_lines()
415
for (iova =
iova_start
; iova < iova_end; iova += SPAGE_SIZE) {
in rk_iommu_zap_lines()
Completed in 6 milliseconds