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_pdptr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
paging_tmpl.h
333
pte = mmu->
get_pdptr
(vcpu, (addr >> 30) & 3);
in walk_addr_generic()
H
A
D
mmu.c
3790
pdptrs[i] = mmu->
get_pdptr
(vcpu, i);
in mmu_alloc_shadow_roots()
5212
context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_tdp_mmu()
5361
context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_softmmu()
5375
g_context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_nested_mmu()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
3328
pdptr = vcpu->arch.mmu->
get_pdptr
(vcpu, i);
in mmu_alloc_shadow_roots()
4527
context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_tdp_mmu()
4722
context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_softmmu()
4760
g_context->
get_pdptr
= kvm_pdptr_read;
in init_kvm_nested_mmu()
H
A
D
paging_tmpl.h
339
pte = mmu->
get_pdptr
(vcpu, (addr >> 30) & 3);
in walk_addr_generic()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
350
u64 (*
get_pdptr
)(struct kvm_vcpu *vcpu, int index);
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
nested.c
103
vcpu->arch.mmu->
get_pdptr
= nested_svm_get_tdp_pdptr;
in nested_svm_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
439
u64 (*
get_pdptr
)(struct kvm_vcpu *vcpu, int index);
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
97
vcpu->arch.mmu->
get_pdptr
= nested_svm_get_tdp_pdptr;
in nested_svm_init_mmu_context()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
366
vcpu->arch.mmu->
get_pdptr
= kvm_pdptr_read;
in nested_ept_init_mmu_context()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
430
vcpu->arch.mmu->
get_pdptr
= kvm_pdptr_read;
in nested_ept_init_mmu_context()
Completed in 47 milliseconds