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:iommu_sva
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
61
struct
iommu_sva
;
309
struct
iommu_sva
*(*sva_bind)(struct device *dev, struct mm_struct *mm, void *drvdata);
310
void (*sva_unbind)(struct
iommu_sva
*handle);
311
u32 (*sva_get_pasid)(struct
iommu_sva
*handle);
575
* struct
iommu_sva
- handle to a device-mm bond
577
struct
iommu_sva
{
struct
625
struct
iommu_sva
*iommu_sva_bind_device(struct device *dev, struct mm_struct *mm, void *drvdata);
626
void iommu_sva_unbind_device(struct
iommu_sva
*handle);
627
u32 iommu_sva_get_pasid(struct
iommu_sva
*handle);
969
static inline struct
iommu_sva
*iommu_sva_bind_devic
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
3115
struct
iommu_sva
*iommu_sva_bind_device(struct device *dev, struct mm_struct *mm, void *drvdata)
in iommu_sva_bind_device()
3118
struct
iommu_sva
*handle = ERR_PTR(-EINVAL);
in iommu_sva_bind_device()
3163
void iommu_sva_unbind_device(struct
iommu_sva
*handle)
in iommu_sva_unbind_device()
3186
u32 iommu_sva_get_pasid(struct
iommu_sva
*handle)
in iommu_sva_get_pasid()
Completed in 7 milliseconds