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:has_iommu
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
qcom_q6v5_adsp.c
72
bool
has_iommu
;
member
111
bool
has_iommu
;
member
342
if (adsp->
has_iommu
)
in adsp_unmap_carveout()
354
if (!adsp->
has_iommu
)
in adsp_map_carveout()
516
if (adsp->
has_iommu
) {
in adsp_parse_firmware()
694
rproc->
has_iommu
= desc->
has_iommu
;
in adsp_probe()
701
adsp->
has_iommu
= desc->
has_iommu
;
in adsp_probe()
803
.
has_iommu
[all...]
H
A
D
meson_mx_ao_arc.c
160
rproc->
has_iommu
= false;
in meson_mx_ao_arc_rproc_probe()
H
A
D
st_slim_rproc.c
242
rproc->
has_iommu
= false;
in st_slim_rproc_alloc()
H
A
D
da8xx_remoteproc.c
312
rproc->
has_iommu
= false;
in da8xx_rproc_probe()
H
A
D
keystone_remoteproc.c
396
rproc->
has_iommu
= false;
in keystone_rproc_probe()
H
A
D
st_remoteproc.c
362
rproc->
has_iommu
= false;
in st_rproc_probe()
H
A
D
omap_remoteproc.c
1317
rproc->
has_iommu
= true;
in omap_rproc_probe()
H
A
D
stm32_rproc.c
869
rproc->
has_iommu
= false;
in stm32_rproc_probe()
H
A
D
ti_k3_dsp_remoteproc.c
701
rproc->
has_iommu
= false;
in k3_dsp_rproc_probe()
H
A
D
remoteproc_core.c
106
if (!rproc->
has_iommu
) {
in rproc_enable_iommu()
H
A
D
ti_k3_r5_remoteproc.c
1236
rproc->
has_iommu
= false;
in k3_r5_cluster_rproc_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
remoteproc.h
508
* @
has_iommu
: flag to indicate if remote processor is behind an MMU
545
bool
has_iommu
;
member
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
da8xx_remoteproc.c
312
rproc->
has_iommu
= false;
in da8xx_rproc_probe()
H
A
D
st_slim_rproc.c
243
rproc->
has_iommu
= false;
in st_slim_rproc_alloc()
H
A
D
keystone_remoteproc.c
396
rproc->
has_iommu
= false;
in keystone_rproc_probe()
H
A
D
st_remoteproc.c
362
rproc->
has_iommu
= false;
in st_rproc_probe()
H
A
D
ti_k3_dsp_remoteproc.c
614
rproc->
has_iommu
= false;
in k3_dsp_rproc_probe()
H
A
D
omap_remoteproc.c
1318
rproc->
has_iommu
= true;
in omap_rproc_probe()
H
A
D
stm32_rproc.c
821
rproc->
has_iommu
= false;
in stm32_rproc_probe()
H
A
D
ti_k3_r5_remoteproc.c
887
rproc->
has_iommu
= false;
in k3_r5_cluster_rproc_init()
H
A
D
remoteproc_core.c
106
if (!rproc->
has_iommu
) {
in rproc_enable_iommu()
/kernel/linux/linux-6.6/include/linux/
H
A
D
remoteproc.h
538
* @
has_iommu
: flag to indicate if remote processor is behind an MMU
579
bool
has_iommu
;
member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-tmc-etr.c
850
bool has_etr_sg,
has_iommu
;
in tmc_alloc_etr_buf()
local
856
has_iommu
= iommu_get_domain_for_dev(dev->parent);
in tmc_alloc_etr_buf()
880
(!has_sg ||
has_iommu
|| size < SZ_1M))
in tmc_alloc_etr_buf()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-tmc-etr.c
846
bool has_etr_sg,
has_iommu
;
in tmc_alloc_etr_buf()
local
852
has_iommu
= iommu_get_domain_for_dev(dev->parent);
in tmc_alloc_etr_buf()
876
(!has_sg ||
has_iommu
|| size < SZ_1M))
in tmc_alloc_etr_buf()
Completed in 30 milliseconds