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:root_tdp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_onhyperv.c
27
static inline int hv_remote_flush_root_tdp(hpa_t
root_tdp
,
in hv_remote_flush_root_tdp()
argument
31
return hyperv_flush_guest_mapping_range(
root_tdp
,
in hv_remote_flush_root_tdp()
34
return hyperv_flush_guest_mapping(
root_tdp
);
in hv_remote_flush_root_tdp()
112
void hv_track_root_tdp(struct kvm_vcpu *vcpu, hpa_t
root_tdp
)
in hv_track_root_tdp()
argument
118
vcpu->arch.hv_root_tdp =
root_tdp
;
in hv_track_root_tdp()
119
if (
root_tdp
!= kvm_arch->hv_root_tdp)
in hv_track_root_tdp()
H
A
D
kvm_onhyperv.h
12
void hv_track_root_tdp(struct kvm_vcpu *vcpu, hpa_t
root_tdp
);
19
static inline void hv_track_root_tdp(struct kvm_vcpu *vcpu, hpa_t
root_tdp
)
in hv_track_root_tdp()
argument
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
3924
hpa_t
root_tdp
= vcpu->arch.mmu->root.hpa;
in svm_flush_tlb_current()
local
3932
if (svm_hv_is_enlightened_tlb_enabled(vcpu) && VALID_PAGE(
root_tdp
))
in svm_flush_tlb_current()
3933
hyperv_flush_guest_mapping(
root_tdp
);
in svm_flush_tlb_current()
Completed in 9 milliseconds