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:vmcb_pa
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
kvm.h
448
__u64
vmcb_pa
;
member
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/
H
A
D
kvm.h
448
__u64
vmcb_pa
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
kvm.h
367
__u64
vmcb_pa
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
kvm.h
367
__u64
vmcb_pa
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.h
107
unsigned long
vmcb_pa
;
member
H
A
D
nested.c
1117
kvm_state.hdr.svm.
vmcb_pa
= svm->nested.vmcb12_gpa;
in svm_get_nested_state()
1195
if (!page_address_valid(vcpu, kvm_state->hdr.svm.
vmcb_pa
))
in svm_set_nested_state()
1246
svm->nested.vmcb12_gpa = kvm_state->hdr.svm.
vmcb_pa
;
in svm_set_nested_state()
H
A
D
svm.c
1320
svm->
vmcb_pa
= __sme_set(page_to_pfn(vmcb_page) << PAGE_SHIFT);
in svm_create_vcpu()
1357
__free_page(pfn_to_page(__sme_clr(svm->
vmcb_pa
) >> PAGE_SHIFT));
in svm_free_vcpu()
3499
void __svm_vcpu_run(unsigned long
vmcb_pa
, unsigned long *regs);
3524
__svm_vcpu_run(svm->
vmcb_pa
, (unsigned long *)&svm->vcpu.arch.regs);
in svm_vcpu_enter_exit()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
kvm.h
488
__u64
vmcb_pa
;
member
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/
H
A
D
kvm.h
488
__u64
vmcb_pa
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
1601
kvm_state.hdr.svm.
vmcb_pa
= svm->nested.vmcb12_gpa;
in svm_get_nested_state()
1688
if (!page_address_valid(vcpu, kvm_state->hdr.svm.
vmcb_pa
))
in svm_set_nested_state()
1747
svm->nested.vmcb12_gpa = kvm_state->hdr.svm.
vmcb_pa
;
in svm_set_nested_state()
Completed in 19 milliseconds