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:arm_smmu_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H
A
D
arm-smmu.c
94
static struct iommu_ops
arm_smmu_ops
;
variable
170
&
arm_smmu_ops
);
in arm_smmu_register_legacy_master()
194
return arm_smmu_bus_init(&
arm_smmu_ops
);
in arm_smmu_legacy_bus_init()
1149
if (!fwspec || fwspec->ops != &
arm_smmu_ops
) {
in arm_smmu_attach_dev()
1388
} else if (fwspec && fwspec->ops == &
arm_smmu_ops
) {
in arm_smmu_probe_device()
1451
if (!fwspec || fwspec->ops != &
arm_smmu_ops
)
in arm_smmu_release_device()
1618
static struct iommu_ops
arm_smmu_ops
= {
variable
1906
if (
arm_smmu_ops
.pgsize_bitmap == -1UL)
in arm_smmu_device_cfg_probe()
1907
arm_smmu_ops
.pgsize_bitmap = smmu->pgsize_bitmap;
in arm_smmu_device_cfg_probe()
1909
arm_smmu_ops
in arm_smmu_device_cfg_probe()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H
A
D
arm-smmu.c
91
static struct iommu_ops
arm_smmu_ops
;
variable
165
&
arm_smmu_ops
);
in arm_smmu_register_legacy_master()
1119
if (!fwspec || fwspec->ops != &
arm_smmu_ops
) {
in arm_smmu_attach_dev()
1360
} else if (fwspec && fwspec->ops == &
arm_smmu_ops
) {
in arm_smmu_probe_device()
1562
static struct iommu_ops
arm_smmu_ops
= {
variable
1853
if (
arm_smmu_ops
.pgsize_bitmap == -1UL)
in arm_smmu_device_cfg_probe()
1854
arm_smmu_ops
.pgsize_bitmap = smmu->pgsize_bitmap;
in arm_smmu_device_cfg_probe()
1856
arm_smmu_ops
.pgsize_bitmap |= smmu->pgsize_bitmap;
in arm_smmu_device_cfg_probe()
2164
err = iommu_device_register(&smmu->iommu, &
arm_smmu_ops
, dev);
in arm_smmu_device_probe()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
2319
static struct iommu_ops
arm_smmu_ops
;
variable
2328
if (!fwspec || fwspec->ops != &
arm_smmu_ops
)
in arm_smmu_probe_device()
2395
if (!fwspec || fwspec->ops != &
arm_smmu_ops
)
in arm_smmu_release_device()
2580
static struct iommu_ops
arm_smmu_ops
= {
variable
3354
if (
arm_smmu_ops
.pgsize_bitmap == -1UL)
in arm_smmu_device_hw_probe()
3355
arm_smmu_ops
.pgsize_bitmap = smmu->pgsize_bitmap;
in arm_smmu_device_hw_probe()
3357
arm_smmu_ops
.pgsize_bitmap |= smmu->pgsize_bitmap;
in arm_smmu_device_hw_probe()
3591
iommu_device_set_ops(&smmu->iommu, &
arm_smmu_ops
);
in arm_smmu_device_probe()
3600
return arm_smmu_set_bus_ops(&
arm_smmu_ops
);
in arm_smmu_device_probe()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
2652
static struct iommu_ops
arm_smmu_ops
;
variable
2661
if (!fwspec || fwspec->ops != &
arm_smmu_ops
)
in arm_smmu_probe_device()
2862
static struct iommu_ops
arm_smmu_ops
= {
variable
3664
if (
arm_smmu_ops
.pgsize_bitmap == -1UL)
in arm_smmu_device_hw_probe()
3665
arm_smmu_ops
.pgsize_bitmap = smmu->pgsize_bitmap;
in arm_smmu_device_hw_probe()
3667
arm_smmu_ops
.pgsize_bitmap |= smmu->pgsize_bitmap;
in arm_smmu_device_hw_probe()
3897
ret = iommu_device_register(&smmu->iommu, &
arm_smmu_ops
, dev);
in arm_smmu_device_probe()
Completed in 15 milliseconds