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:pt_root
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
io_pgtable.c
137
u64
pt_root
;
in amd_iommu_domain_set_pgtable()
local
140
pt_root
= mode & 7;
in amd_iommu_domain_set_pgtable()
141
pt_root
|= (u64)root;
in amd_iommu_domain_set_pgtable()
143
amd_iommu_domain_set_pt_root(domain,
pt_root
);
in amd_iommu_domain_set_pgtable()
H
A
D
amd_iommu.h
108
atomic64_set(&domain->iop.
pt_root
, root);
in amd_iommu_domain_set_pt_root()
H
A
D
amd_iommu_types.h
547
atomic64_t
pt_root
; /* pgtable root and pgtable mode */
member
H
A
D
iommu.c
2047
u64 *
pt_root
= NULL;
in protection_domain_init_v1()
local
2058
pt_root
= (void *)get_zeroed_page(GFP_KERNEL);
in protection_domain_init_v1()
2059
if (!
pt_root
) {
in protection_domain_init_v1()
2065
amd_iommu_domain_set_pgtable(domain,
pt_root
, mode);
in protection_domain_init_v1()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
iommu.c
158
u64
pt_root
= atomic64_read(&domain->
pt_root
);
in amd_iommu_domain_get_pgtable()
local
160
pgtable->root = (u64 *)(
pt_root
& PAGE_MASK);
in amd_iommu_domain_get_pgtable()
161
pgtable->mode =
pt_root
& 7; /* lowest 3 bits encode pgtable mode */
in amd_iommu_domain_get_pgtable()
166
atomic64_set(&domain->
pt_root
, root);
in amd_iommu_domain_set_pt_root()
177
u64
pt_root
;
in amd_iommu_domain_set_pgtable()
local
180
pt_root
= mode & 7;
in amd_iommu_domain_set_pgtable()
181
pt_root
|= (u64)root;
in amd_iommu_domain_set_pgtable()
183
amd_iommu_domain_set_pt_root(domain,
pt_root
);
in amd_iommu_domain_set_pgtable()
2430
u64 *
pt_root
in protection_domain_init()
local
[all...]
H
A
D
amd_iommu_types.h
483
atomic64_t
pt_root
; /* pgtable root and pgtable mode */
member
491
/* For decocded
pt_root
*/
Completed in 17 milliseconds