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:pae_root
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
2381
= vcpu->arch.mmu->
pae_root
[(addr >> 30) & 3];
in shadow_walk_init_using_root()
3596
} else if (mmu->
pae_root
) {
in kvm_mmu_free_roots()
3598
if (!IS_VALID_PAE_ROOT(mmu->
pae_root
[i]))
in kvm_mmu_free_roots()
3601
mmu_free_root_page(kvm, &mmu->
pae_root
[i],
in kvm_mmu_free_roots()
3603
mmu->
pae_root
[i] = INVALID_PAE_ROOT;
in kvm_mmu_free_roots()
3680
if (WARN_ON_ONCE(!mmu->
pae_root
)) {
in mmu_alloc_direct_roots()
3686
WARN_ON_ONCE(IS_VALID_PAE_ROOT(mmu->
pae_root
[i]));
in mmu_alloc_direct_roots()
3690
mmu->
pae_root
[i] = root | PT_PRESENT_MASK |
in mmu_alloc_direct_roots()
3693
mmu->root.hpa = __pa(mmu->
pae_root
);
in mmu_alloc_direct_roots()
3819
if (WARN_ON_ONCE(!mmu->
pae_root
)) {
in mmu_alloc_shadow_roots()
3892
u64 *
pae_root
;
mmu_alloc_special_roots()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
2136
= vcpu->arch.mmu->
pae_root
[(addr >> 30) & 3];
in shadow_walk_init_using_root()
3189
} else if (mmu->
pae_root
) {
in kvm_mmu_free_roots()
3191
if (mmu->
pae_root
[i] != 0)
in kvm_mmu_free_roots()
3193
&mmu->
pae_root
[i],
in kvm_mmu_free_roots()
3256
MMU_WARN_ON(VALID_PAGE(vcpu->arch.mmu->
pae_root
[i]));
in mmu_alloc_direct_roots()
3262
vcpu->arch.mmu->
pae_root
[i] = root | PT_PRESENT_MASK;
in mmu_alloc_direct_roots()
3264
vcpu->arch.mmu->root_hpa = __pa(vcpu->arch.mmu->
pae_root
);
in mmu_alloc_direct_roots()
3316
if (!vcpu->arch.mmu->
pae_root
) {
in mmu_alloc_shadow_roots()
3319
vcpu->arch.mmu->
pae_root
= (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
in mmu_alloc_shadow_roots()
3320
if (!vcpu->arch.mmu->
pae_root
)
in mmu_alloc_shadow_roots()
[all...]
H
A
D
mmu_audit.c
71
hpa_t root = vcpu->arch.mmu->
pae_root
[i];
in mmu_spte_walk()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
386
u64 *
pae_root
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
469
u64 *
pae_root
;
member
Completed in 22 milliseconds