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:DMA_PTE_WRITE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
1052
pteval = ((uint64_t)virt_to_dma_pfn(tmp_page) << VTD_PAGE_SHIFT) | DMA_PTE_READ |
DMA_PTE_WRITE
;
in pfn_to_dma_pte()
2404
if ((prot & (DMA_PTE_READ|
DMA_PTE_WRITE
)) == 0)
in __domain_mapping()
2407
attr = prot & (DMA_PTE_READ |
DMA_PTE_WRITE
| DMA_PTE_SNP);
in __domain_mapping()
2414
if (prot &
DMA_PTE_WRITE
)
in __domain_mapping()
2832
DMA_PTE_READ|
DMA_PTE_WRITE
);
in iommu_domain_identity_map()
3602
prot |=
DMA_PTE_WRITE
;
in __intel_map_single()
3813
prot |=
DMA_PTE_WRITE
;
in intel_map_sg()
3910
prot |=
DMA_PTE_WRITE
;
in bounce_map_single()
5672
prot |=
DMA_PTE_WRITE
;
in intel_iommu_map()
5858
int prot = DMA_PTE_READ |
DMA_PTE_WRITE
;
in intel_iommu_get_resv_regions()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
948
pteval = ((uint64_t)virt_to_dma_pfn(tmp_page) << VTD_PAGE_SHIFT) | DMA_PTE_READ |
DMA_PTE_WRITE
;
in pfn_to_dma_pte()
2196
if ((prot & (DMA_PTE_READ|
DMA_PTE_WRITE
)) == 0)
in __domain_mapping()
2199
attr = prot & (DMA_PTE_READ |
DMA_PTE_WRITE
| DMA_PTE_SNP);
in __domain_mapping()
2203
if (prot &
DMA_PTE_WRITE
)
in __domain_mapping()
2383
DMA_PTE_READ|
DMA_PTE_WRITE
, GFP_KERNEL);
in iommu_domain_identity_map()
4137
prot |=
DMA_PTE_WRITE
;
in intel_iommu_map()
4439
int prot = DMA_PTE_READ |
DMA_PTE_WRITE
;
in intel_iommu_get_resv_regions()
H
A
D
iommu.h
41
#define
DMA_PTE_WRITE
BIT_ULL(1)
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel-iommu.h
39
#define
DMA_PTE_WRITE
BIT_ULL(1)
macro
Completed in 19 milliseconds