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:to_kvm_vmx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
545
to_kvm_vmx
(kvm)->ept_pointers_match
in check_ept_pointer_match()
551
to_kvm_vmx
(kvm)->ept_pointers_match = EPT_POINTERS_MATCH;
in check_ept_pointer_match()
586
spin_lock(&
to_kvm_vmx
(kvm)->ept_pointer_lock);
in hv_remote_flush_tlb_with_range()
588
if (
to_kvm_vmx
(kvm)->ept_pointers_match == EPT_POINTERS_CHECK)
in hv_remote_flush_tlb_with_range()
591
if (
to_kvm_vmx
(kvm)->ept_pointers_match != EPT_POINTERS_MATCH) {
in hv_remote_flush_tlb_with_range()
603
spin_unlock(&
to_kvm_vmx
(kvm)->ept_pointer_lock);
in hv_remote_flush_tlb_with_range()
2880
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(vcpu->kvm);
in enter_rmode()
3190
spin_lock(&
to_kvm_vmx
(kvm)->ept_pointer_lock);
in vmx_load_mmu_pgd()
3192
to_kvm_vmx
(kvm)->ept_pointers_match
in vmx_load_mmu_pgd()
3194
spin_unlock(&
to_kvm_vmx
(kv
in vmx_load_mmu_pgd()
[all...]
H
A
D
vmx.h
450
static inline struct kvm_vmx *
to_kvm_vmx
(struct kvm *kvm)
in to_kvm_vmx()
function
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.h
648
static __always_inline struct kvm_vmx *
to_kvm_vmx
(struct kvm *kvm)
in to_kvm_vmx()
function
H
A
D
vmx.c
3076
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(vcpu->kvm);
in enter_rmode()
3405
guest_cr3 =
to_kvm_vmx
(kvm)->ept_identity_map_addr;
in vmx_load_mmu_pgd()
3869
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(kvm);
in init_rmode_identity_map()
4683
return get_order(kvm->arch.max_vcpu_ids * sizeof(*
to_kvm_vmx
(kvm)->pid_table));
in vmx_get_pid_table_order()
4689
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(kvm);
in vmx_alloc_ipiv_pid_table()
4716
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(kvm);
in init_vmcs()
5091
to_kvm_vmx
(kvm)->tss_addr = addr;
in vmx_set_tss_addr()
5098
to_kvm_vmx
(kvm)->ept_identity_map_addr = ident_addr;
in vmx_set_identity_map_addr()
7544
WRITE_ONCE(
to_kvm_vmx
(vcpu->kvm)->pid_table[vcpu->vcpu_id],
in vmx_vcpu_create()
8219
struct kvm_vmx *kvm_vmx =
to_kvm_vmx
(kv
in vmx_vm_destroy()
[all...]
Completed in 17 milliseconds