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:pgd_pa
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
mmu_context_64.h
32
void __tsb_context_switch(unsigned long
pgd_pa
,
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
mmu_context_64.h
31
void __tsb_context_switch(unsigned long
pgd_pa
,
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_asm.h
178
phys_addr_t
pgd_pa
;
member
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
setup.c
153
params->
pgd_pa
= __hyp_pa(pkvm_pgtable.pgd);
in update_nvhe_init_params()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H
A
D
iommu.c
808
unsigned long
pgd_pa
;
in domain_attach_iommu()
local
844
pgd_pa
= iommu_pgt_v2p(iommu, shd_entry->gmem_ptable);
in domain_attach_iommu()
845
pgd_hi =
pgd_pa
>> 32;
in domain_attach_iommu()
846
pgd_lo =
pgd_pa
& 0xffffffff;
in domain_attach_iommu()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
asm-offsets.c
146
DEFINE(NVHE_INIT_PGD_PA, offsetof(struct kvm_nvhe_init_params,
pgd_pa
));
in main()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arm.c
1752
params->
pgd_pa
= kvm_mmu_get_httbr();
in cpu_prepare_hyp_mode()
Completed in 8 milliseconds