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:dev_iommu
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
io-pgfault.c
151
struct
dev_iommu
*param = dev->iommu;
in iommu_queue_iopf()
234
struct
dev_iommu
*param = dev->iommu;
in iopf_queue_flush_dev()
293
struct
dev_iommu
*param = dev->iommu;
in iopf_queue_add_device()
337
struct
dev_iommu
*param = dev->iommu;
in iopf_queue_remove_device()
H
A
D
iommu.c
338
static struct
dev_iommu
*dev_iommu_get(struct device *dev)
in dev_iommu_get()
340
struct
dev_iommu
*param = dev->iommu;
in dev_iommu_get()
356
struct
dev_iommu
*param = dev->iommu;
in dev_iommu_free()
1318
struct
dev_iommu
*param = dev->iommu;
in iommu_register_device_fault_handler()
1361
struct
dev_iommu
*param = dev->iommu;
in iommu_unregister_device_fault_handler()
1401
struct
dev_iommu
*param = dev->iommu;
in iommu_report_device_fault()
1450
struct
dev_iommu
*param = dev->iommu;
in iommu_page_response()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
mock_gem_device.c
120
static struct
dev_iommu
fake_iommu = { .priv = (void *)-1 };
in mock_gem_device()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
mock_gem_device.c
142
static struct
dev_iommu
fake_iommu = { .priv = (void *)-1 };
in mock_gem_device()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
iommu.c
170
static struct
dev_iommu
*dev_iommu_get(struct device *dev)
in dev_iommu_get()
172
struct
dev_iommu
*param = dev->iommu;
in dev_iommu_get()
188
struct
dev_iommu
*param = dev->iommu;
in dev_iommu_free()
1070
struct
dev_iommu
*param = dev->iommu;
in iommu_register_device_fault_handler()
1113
struct
dev_iommu
*param = dev->iommu;
in iommu_unregister_device_fault_handler()
1153
struct
dev_iommu
*param = dev->iommu;
in iommu_report_device_fault()
1202
struct
dev_iommu
*param = dev->iommu;
in iommu_page_response()
/kernel/linux/linux-5.10/include/linux/
H
A
D
device.h
47
struct
dev_iommu
;
566
struct
dev_iommu
*iommu;
H
A
D
iommu.h
350
* struct
dev_iommu
- Collection of per-device IOMMU data
360
struct
dev_iommu
{
struct
/kernel/linux/linux-6.6/include/linux/
H
A
D
device.h
48
struct
dev_iommu
;
789
struct
dev_iommu
*iommu;
H
A
D
iommu.h
410
* struct
dev_iommu
- Collection of per-device IOMMU data
425
struct
dev_iommu
{
struct
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
iommu.c
1318
if (!domain->
dev_iommu
[i])
in __domain_flush_pages()
1356
if (domain && !domain->
dev_iommu
[i])
in domain_flush_complete()
2004
domain->
dev_iommu
[iommu->index] += 1;
in do_attach()
2039
domain->
dev_iommu
[iommu->index] -= 1;
in do_detach()
2896
if (domain->
dev_iommu
[i] == 0)
in __flush_pasid()
H
A
D
amd_iommu_types.h
488
unsigned
dev_iommu
[MAX_IOMMUS]; /* per-IOMMU reference count */
member
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
iommu.c
1392
if (!domain->
dev_iommu
[i])
in __domain_flush_pages()
1467
if (domain && !domain->
dev_iommu
[i])
in amd_iommu_domain_flush_complete()
1699
domain->
dev_iommu
[iommu->index] += 1;
in do_attach()
1735
domain->
dev_iommu
[iommu->index] -= 1;
in do_detach()
2592
if (domain->
dev_iommu
[i] == 0)
in __flush_pasid()
H
A
D
amd_iommu_types.h
567
unsigned
dev_iommu
[MAX_IOMMUS]; /* per-IOMMU reference count */
member
Completed in 31 milliseconds