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:pasid
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iommu.h
242
* @aux_get_pasid: get the
pasid
given an aux-domain
248
* @sva_bind_gpasid: bind guest
pasid
and mm
249
* @sva_unbind_gpasid: unbind guest
pasid
and mm
318
int (*sva_unbind_gpasid)(struct device *dev, u32
pasid
);
444
extern int iommu_sva_unbind_gpasid(struct iommu_domain *domain, struct device *dev, ioasid_t
pasid
);
999
static inline int iommu_sva_unbind_gpasid(struct iommu_domain *domain, struct device *dev, ioasid_t
pasid
)
in iommu_sva_unbind_gpasid()
argument
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
1245
if (needs_pasid && (!has_pasid || msg->
pasid
!= prm->
pasid
)) {
in iommu_page_response()
1252
msg->
pasid
= 0;
in iommu_page_response()
2210
int iommu_sva_unbind_gpasid(struct iommu_domain *domain, struct device *dev, ioasid_t
pasid
)
in iommu_sva_unbind_gpasid()
argument
2216
return domain->ops->sva_unbind_gpasid(dev,
pasid
);
in iommu_sva_unbind_gpasid()
3061
* whole while there are still
pasid
users on it (aux and sva).
Completed in 7 milliseconds