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:vtd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
iommu.h
313
* @
vtd
: Intel VT-d specific data
337
struct iommu_gpasid_bind_data_vtd
vtd
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
iommu.h
156
struct iommu_gpasid_bind_data_vtd
vtd
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
iommu.h
156
struct iommu_gpasid_bind_data_vtd
vtd
;
member
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
svm.c
275
if (data->argsz < offsetofend(struct iommu_gpasid_bind_data, vendor.
vtd
))
in intel_svm_bind_gpasid()
279
if (data->vendor.
vtd
.flags & ~(IOMMU_SVA_VTD_GPASID_LAST - 1))
in intel_svm_bind_gpasid()
370
data->hpasid, &data->vendor.
vtd
, dmar_domain,
in intel_svm_bind_gpasid()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
4781
struct iommu_hw_info_vtd *
vtd
;
in intel_iommu_hw_info()
local
4783
vtd
= kzalloc(sizeof(*
vtd
), GFP_KERNEL);
in intel_iommu_hw_info()
4784
if (!
vtd
)
in intel_iommu_hw_info()
4787
vtd
->cap_reg = iommu->cap;
in intel_iommu_hw_info()
4788
vtd
->ecap_reg = iommu->ecap;
in intel_iommu_hw_info()
4789
*length = sizeof(*
vtd
);
in intel_iommu_hw_info()
4791
return
vtd
;
in intel_iommu_hw_info()
Completed in 10 milliseconds