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:pgt_base_iova
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
sprd-iommu.c
296
u32 *
pgt_base_iova
;
in sprd_iommu_map()
local
312
pgt_base_iova
= dom->pgt_va + ((iova - start) >> SPRD_IOMMU_PAGE_SHIFT);
in sprd_iommu_map()
316
pgt_base_iova
[i] = pabase >> SPRD_IOMMU_PAGE_SHIFT;
in sprd_iommu_map()
331
u32 *
pgt_base_iova
;
in sprd_iommu_unmap()
local
339
pgt_base_iova
= dom->pgt_va + ((iova - start) >> SPRD_IOMMU_PAGE_SHIFT);
in sprd_iommu_unmap()
342
memset(
pgt_base_iova
, 0, pgcount * sizeof(u32));
in sprd_iommu_unmap()
H
A
D
mtk_iommu_v1.c
336
u32 *
pgt_base_iova
= dom->pgt_va + (iova >> MT2701_IOMMU_PAGE_SHIFT);
in mtk_iommu_v1_map()
local
341
if (
pgt_base_iova
[i])
in mtk_iommu_v1_map()
343
pgt_base_iova
[i] = pabase | F_DESC_VALID | F_DESC_NONSEC;
in mtk_iommu_v1_map()
361
u32 *
pgt_base_iova
= dom->pgt_va + (iova >> MT2701_IOMMU_PAGE_SHIFT);
in mtk_iommu_v1_unmap()
local
365
memset(
pgt_base_iova
, 0, pgcount * sizeof(u32));
in mtk_iommu_v1_unmap()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
mtk_iommu_v1.c
304
u32 *
pgt_base_iova
= dom->pgt_va + (iova >> MT2701_IOMMU_PAGE_SHIFT);
in mtk_iommu_map()
local
310
if (
pgt_base_iova
[i]) {
in mtk_iommu_map()
311
memset(
pgt_base_iova
, 0, i * sizeof(u32));
in mtk_iommu_map()
314
pgt_base_iova
[i] = pabase | F_DESC_VALID | F_DESC_NONSEC;
in mtk_iommu_map()
332
u32 *
pgt_base_iova
= dom->pgt_va + (iova >> MT2701_IOMMU_PAGE_SHIFT);
in mtk_iommu_unmap()
local
336
memset(
pgt_base_iova
, 0, page_num * sizeof(u32));
in mtk_iommu_unmap()
Completed in 3 milliseconds