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:s_iova_off
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
dma-iommu.c
838
unsigned int
s_iova_off
= sg_dma_address(s);
in finalise_sg_ext()
local
842
s->offset +=
s_iova_off
;
in finalise_sg_ext()
854
if (cur_len && !
s_iova_off
&& (dma_addr & seg_mask) && (max_len - cur_len >= s_length)) {
in finalise_sg_ext()
865
sg_dma_address(cur) = dma_addr +
s_iova_off
;
in finalise_sg_ext()
871
if (s_length +
s_iova_off
< s_iova_len) {
in finalise_sg_ext()
936
size_t
s_iova_off
= iova_offset(iovad, s->offset);
in iommu_dma_map_sg()
local
940
sg_dma_address(s) =
s_iova_off
;
in iommu_dma_map_sg()
942
s->offset -=
s_iova_off
;
in iommu_dma_map_sg()
943
s_length = iova_align(iovad, s_length +
s_iova_off
);
in iommu_dma_map_sg()
Completed in 3 milliseconds