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:khva
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
pfncache.c
99
static void gpc_unmap_khva(kvm_pfn_t pfn, void *
khva
)
in gpc_unmap_khva()
argument
102
if (!is_error_noslot_pfn(pfn) &&
khva
) {
in gpc_unmap_khva()
107
memunmap(
khva
);
in gpc_unmap_khva()
143
void *old_khva = gpc->
khva
- offset_in_page(gpc->
khva
);
in hva_to_pfn_retry()
222
gpc->
khva
= new_khva + (gpc->gpa & ~PAGE_MASK);
in hva_to_pfn_retry()
272
old_khva = gpc->
khva
- offset_in_page(gpc->
khva
);
in __kvm_gpc_refresh()
300
* But do update gpc->
khva
because the offset within the page
in __kvm_gpc_refresh()
303
gpc->
khva
in __kvm_gpc_refresh()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
84
struct shared_info *shinfo = gpc->
khva
;
in kvm_xen_shared_info_init()
91
struct compat_shared_info *shinfo = gpc->
khva
;
in kvm_xen_shared_info_init()
310
rs_state = gpc1->
khva
;
in kvm_xen_update_runstate_guest()
311
rs_times = gpc1->
khva
+ times_ofs;
in kvm_xen_update_runstate_guest()
378
update_bit = gpc1->
khva
+ times_ofs +
in kvm_xen_update_runstate_guest()
381
update_bit = gpc2->
khva
+ times_ofs +
in kvm_xen_update_runstate_guest()
421
memcpy(gpc1->
khva
, rs_state, user_len1);
in kvm_xen_update_runstate_guest()
422
memcpy(gpc2->
khva
, ((void *)rs_state) + user_len1, user_len2);
in kvm_xen_update_runstate_guest()
521
/* Now gpc->
khva
is a valid kernel address for the vcpu_info */
in kvm_xen_inject_pending_events()
523
struct vcpu_info *vi = gpc->
khva
;
in kvm_xen_inject_pending_events()
[all...]
H
A
D
x86.c
3118
guest_hv_clock = (void *)(gpc->
khva
+ offset);
in kvm_setup_guest_pvclock()
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_types.h
75
void *
khva
;
member
Completed in 34 milliseconds