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:IOMMU_PRIV
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
144
IOMMU_READ | IOMMU_WRITE |
IOMMU_PRIV
);
in venus_boot_no_tz()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
163
IOMMU_READ | IOMMU_WRITE |
IOMMU_PRIV
, GFP_KERNEL);
in venus_boot_no_tz()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
io-pgtable-arm-v7s.c
328
if (!(prot &
IOMMU_PRIV
))
in arm_v7s_prot_to_pte()
357
prot |=
IOMMU_PRIV
;
in arm_v7s_pte_to_prot()
H
A
D
dma-iommu.c
390
prot |=
IOMMU_PRIV
;
in dma_info_to_prot()
H
A
D
io-pgtable-arm.c
390
if (!(prot &
IOMMU_PRIV
))
in arm_lpae_prot_to_pte()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
io-pgtable-arm-v7s.c
345
if (!(prot &
IOMMU_PRIV
))
in arm_v7s_prot_to_pte()
374
prot |=
IOMMU_PRIV
;
in arm_v7s_pte_to_prot()
H
A
D
io-pgtable-arm.c
410
if (!(prot &
IOMMU_PRIV
))
in arm_lpae_prot_to_pte()
H
A
D
dma-iommu.c
645
prot |=
IOMMU_PRIV
;
in dma_info_to_prot()
/kernel/linux/linux-5.10/include/linux/
H
A
D
iommu.h
27
* either 'supervisor' or 'user', the
IOMMU_PRIV
flag requests that the other
33
#define
IOMMU_PRIV
(1 << 5)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
iommu.h
26
* either 'supervisor' or 'user', the
IOMMU_PRIV
flag requests that the other
32
#define
IOMMU_PRIV
(1 << 5)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
msm_gem.c
421
prot |=
IOMMU_PRIV
;
in msm_gem_pin_iova()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_gem.c
485
prot |=
IOMMU_PRIV
;
in msm_gem_pin_vma_locked()
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
dma-mapping.c
1083
prot |=
IOMMU_PRIV
;
in __dma_info_to_prot()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
dma-mapping.c
738
prot |=
IOMMU_PRIV
;
in __dma_info_to_prot()
/kernel/linux/linux-6.6/drivers/acpi/arm64/
H
A
D
iort.c
912
prot |=
IOMMU_PRIV
;
in iort_get_rmrs()
Completed in 27 milliseconds