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:kvm_pdptr_read
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
106
static inline u64
kvm_pdptr_read
(struct kvm_vcpu *vcpu, int index)
in kvm_pdptr_read()
function
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
136
static inline u64
kvm_pdptr_read
(struct kvm_vcpu *vcpu, int index)
in kvm_pdptr_read()
function
H
A
D
x86.c
11365
sregs2->pdptrs[i] =
kvm_pdptr_read
(vcpu, i);
in __get_sregs2()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
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()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
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/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 48 milliseconds