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_RID2PASID
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
pasid.h
13
#define
PASID_RID2PASID
0x0
macro
H
A
D
pasid.c
502
if (pasid ==
PASID_RID2PASID
)
in devtlb_invalidation_with_pasid()
684
if (pasid !=
PASID_RID2PASID
&& ecap_srs(iommu->ecap))
in intel_pasid_setup_second_level()
H
A
D
iommu.c
1643
qi_flush_piotlb(iommu, did,
PASID_RID2PASID
, addr, npages, ih);
in domain_flush_piotlb()
2209
context_set_sm_rid2pasid(context,
PASID_RID2PASID
);
in domain_context_mapping_one()
2670
if (pasid !=
PASID_RID2PASID
)
in domain_setup_first_level()
2796
dev,
PASID_RID2PASID
);
in dmar_insert_one_dev_info()
2799
PASID_RID2PASID
);
in dmar_insert_one_dev_info()
2802
dev,
PASID_RID2PASID
);
in dmar_insert_one_dev_info()
5147
PASID_RID2PASID
, false);
in __dmar_remove_one_dev_info()
Completed in 10 milliseconds