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_PAGE_SHIFT
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H
A
D
iommu.h
50
#define
IOMMU_PAGE_SHIFT
PAGE_SHIFT
macro
51
#define IOMMU_PAGE_SIZE (_AC(1, UL) <<
IOMMU_PAGE_SHIFT
)
52
#define IOMMU_LEVEL_STRIDE (
IOMMU_PAGE_SHIFT
- 3)
54
#define IOMMU_LEVEL_SHIFT(n) (((n) * IOMMU_LEVEL_STRIDE) +
IOMMU_PAGE_SHIFT
)
55
#define IOMMU_LEVEL_SIZE(n) (_AC(1, UL) << (((n) * IOMMU_LEVEL_STRIDE) +
IOMMU_PAGE_SHIFT
))
57
#define IOMMU_LEVEL_MAX DIV_ROUND_UP((IOVA_WIDTH -
IOMMU_PAGE_SHIFT
), IOMMU_LEVEL_STRIDE)
131
(((addr) >> ((level * IOMMU_LEVEL_STRIDE) +
IOMMU_PAGE_SHIFT
)) & (IOMMU_PTRS_PER_LEVEL - 1))
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
iommu_common.h
34
#define
IOMMU_PAGE_SHIFT
13
macro
H
A
D
psycho_common.c
189
(tag_val & PSYCHO_IOMMU_TAG_VPAGE) <<
IOMMU_PAGE_SHIFT
);
in psycho_dump_iommu_tags_and_data()
195
(data_val & PSYCHO_IOMMU_DATA_PPAGE) <<
IOMMU_PAGE_SHIFT
);
in psycho_dump_iommu_tags_and_data()
H
A
D
pci_schizo.c
333
(tag & SCHIZO_IOMMU_TAG_VPAGE) <<
IOMMU_PAGE_SHIFT
);
in schizo_check_iommu_error_pbm()
338
(data & SCHIZO_IOMMU_DATA_PPAGE) <<
IOMMU_PAGE_SHIFT
);
in schizo_check_iommu_error_pbm()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
iommu_common.h
34
#define
IOMMU_PAGE_SHIFT
13
macro
H
A
D
psycho_common.c
190
(tag_val & PSYCHO_IOMMU_TAG_VPAGE) <<
IOMMU_PAGE_SHIFT
);
in psycho_dump_iommu_tags_and_data()
196
(data_val & PSYCHO_IOMMU_DATA_PPAGE) <<
IOMMU_PAGE_SHIFT
);
in psycho_dump_iommu_tags_and_data()
H
A
D
pci_schizo.c
333
(tag & SCHIZO_IOMMU_TAG_VPAGE) <<
IOMMU_PAGE_SHIFT
);
in schizo_check_iommu_error_pbm()
338
(data & SCHIZO_IOMMU_DATA_PPAGE) <<
IOMMU_PAGE_SHIFT
);
in schizo_check_iommu_error_pbm()
Completed in 8 milliseconds