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:get_guest_pgd
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
3281
root_pgd = vcpu->arch.mmu->
get_guest_pgd
(vcpu);
in mmu_alloc_shadow_roots()
3655
arch.cr3 = vcpu->arch.mmu->
get_guest_pgd
(vcpu);
in kvm_arch_setup_async_pf()
4526
context->
get_guest_pgd
= get_cr3;
in init_kvm_tdp_mmu()
4721
context->
get_guest_pgd
= get_cr3;
in init_kvm_softmmu()
4759
g_context->
get_guest_pgd
= get_cr3;
in init_kvm_nested_mmu()
H
A
D
paging_tmpl.h
333
pte = mmu->
get_guest_pgd
(vcpu);
in walk_addr_generic()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
266
if (IS_ENABLED(CONFIG_RETPOLINE) && mmu->
get_guest_pgd
== get_guest_cr3)
in kvm_mmu_get_guest_pgd()
269
return mmu->
get_guest_pgd
(vcpu);
in kvm_mmu_get_guest_pgd()
5211
context->
get_guest_pgd
= get_guest_cr3;
in init_kvm_tdp_mmu()
5360
context->
get_guest_pgd
= get_guest_cr3;
in init_kvm_softmmu()
5374
g_context->
get_guest_pgd
= get_guest_cr3;
in init_kvm_nested_mmu()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
349
unsigned long (*
get_guest_pgd
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
nested.c
102
vcpu->arch.mmu->
get_guest_pgd
= nested_svm_get_tdp_cr3;
in nested_svm_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
438
unsigned long (*
get_guest_pgd
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
96
vcpu->arch.mmu->
get_guest_pgd
= nested_svm_get_tdp_cr3;
in nested_svm_init_mmu_context()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
364
vcpu->arch.mmu->
get_guest_pgd
= nested_ept_get_eptp;
in nested_ept_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
428
vcpu->arch.mmu->
get_guest_pgd
= nested_ept_get_eptp;
in nested_ept_init_mmu_context()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
11160
work->arch.cr3 != vcpu->arch.mmu->
get_guest_pgd
(vcpu))
in kvm_arch_async_page_ready()
Completed in 58 milliseconds