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:vmcs_read64
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
648
u64 data =
vmcs_read64
(GUEST_IA32_DEBUGCTL);
in intel_pmu_legacy_freezing_lbrs_on_pmi()
722
if (
vmcs_read64
(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR)
in vmx_passthrough_lbr_msrs()
744
if (!(
vmcs_read64
(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR))
in intel_pmu_cleanup()
H
A
D
vmx.c
2042
msr_info->data =
vmcs_read64
(GUEST_BNDCFGS);
in vmx_get_msr()
2124
msr_info->data =
vmcs_read64
(GUEST_IA32_DEBUGCTL);
in vmx_get_msr()
3258
mmu->pdptrs[0] =
vmcs_read64
(GUEST_PDPTR0);
in ept_save_pdptrs()
3259
mmu->pdptrs[1] =
vmcs_read64
(GUEST_PDPTR1);
in ept_save_pdptrs()
3260
mmu->pdptrs[2] =
vmcs_read64
(GUEST_PDPTR2);
in ept_save_pdptrs()
3261
mmu->pdptrs[3] =
vmcs_read64
(GUEST_PDPTR3);
in ept_save_pdptrs()
5765
gpa =
vmcs_read64
(GUEST_PHYSICAL_ADDRESS);
in handle_ept_violation()
5811
gpa =
vmcs_read64
(GUEST_PHYSICAL_ADDRESS);
in handle_ept_misconfig()
6259
tertiary_exec_control =
vmcs_read64
(TERTIARY_VM_EXEC_CONTROL);
in dump_vmcs()
6274
vmcs_read64
(GUEST_PDPTR
in dump_vmcs()
[all...]
H
A
D
vmx_ops.h
169
static __always_inline u64
vmcs_read64
(unsigned long field)
in vmcs_read64()
function
H
A
D
nested.c
3419
vmx->nested.pre_vmenter_debugctl =
vmcs_read64
(GUEST_IA32_DEBUGCTL);
in nested_vmx_enter_non_root_mode()
3423
vmx->nested.pre_vmenter_bndcfgs =
vmcs_read64
(GUEST_BNDCFGS);
in nested_vmx_enter_non_root_mode()
4375
vmcs12->guest_pdptr0 =
vmcs_read64
(GUEST_PDPTR0);
in sync_vmcs02_to_vmcs12()
4376
vmcs12->guest_pdptr1 =
vmcs_read64
(GUEST_PDPTR1);
in sync_vmcs02_to_vmcs12()
4377
vmcs12->guest_pdptr2 =
vmcs_read64
(GUEST_PDPTR2);
in sync_vmcs02_to_vmcs12()
4378
vmcs12->guest_pdptr3 =
vmcs_read64
(GUEST_PDPTR3);
in sync_vmcs02_to_vmcs12()
4596
return
vmcs_read64
(GUEST_IA32_EFER);
in nested_vmx_get_vmcs01_guest_efer()
4621
vcpu->arch.pat =
vmcs_read64
(GUEST_IA32_PAT);
in nested_vmx_restore_host_state()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
1942
msr_info->data =
vmcs_read64
(GUEST_BNDCFGS);
in vmx_get_msr()
3063
mmu->pdptrs[0] =
vmcs_read64
(GUEST_PDPTR0);
in ept_save_pdptrs()
3064
mmu->pdptrs[1] =
vmcs_read64
(GUEST_PDPTR1);
in ept_save_pdptrs()
3065
mmu->pdptrs[2] =
vmcs_read64
(GUEST_PDPTR2);
in ept_save_pdptrs()
3066
mmu->pdptrs[3] =
vmcs_read64
(GUEST_PDPTR3);
in ept_save_pdptrs()
5474
gpa =
vmcs_read64
(GUEST_PHYSICAL_ADDRESS);
in handle_ept_violation()
5519
gpa =
vmcs_read64
(GUEST_PHYSICAL_ADDRESS);
in handle_ept_misconfig()
5957
vmcs_read64
(GUEST_PDPTR0),
vmcs_read64
(GUEST_PDPTR1));
in dump_vmcs()
5959
vmcs_read64
(GUEST_PDPTR
in dump_vmcs()
[all...]
H
A
D
vmx_ops.h
120
static __always_inline u64
vmcs_read64
(unsigned long field)
in vmcs_read64()
function
H
A
D
nested.c
3364
vmx->nested.vmcs01_debugctl =
vmcs_read64
(GUEST_IA32_DEBUGCTL);
in nested_vmx_enter_non_root_mode()
3368
vmx->nested.vmcs01_guest_bndcfgs =
vmcs_read64
(GUEST_BNDCFGS);
in nested_vmx_enter_non_root_mode()
4058
vmcs12->guest_bndcfgs =
vmcs_read64
(GUEST_BNDCFGS);
in sync_vmcs02_to_vmcs12_rare()
4136
vmcs12->guest_pdptr0 =
vmcs_read64
(GUEST_PDPTR0);
in sync_vmcs02_to_vmcs12()
4137
vmcs12->guest_pdptr1 =
vmcs_read64
(GUEST_PDPTR1);
in sync_vmcs02_to_vmcs12()
4138
vmcs12->guest_pdptr2 =
vmcs_read64
(GUEST_PDPTR2);
in sync_vmcs02_to_vmcs12()
4139
vmcs12->guest_pdptr3 =
vmcs_read64
(GUEST_PDPTR3);
in sync_vmcs02_to_vmcs12()
4354
return
vmcs_read64
(GUEST_IA32_EFER);
in nested_vmx_get_vmcs01_guest_efer()
4379
vcpu->arch.pat =
vmcs_read64
(GUEST_IA32_PAT);
in nested_vmx_restore_host_state()
Completed in 42 milliseconds