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:kvm_vmx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
323
struct
kvm_vmx
{
struct
450
static inline struct
kvm_vmx
*to_kvm_vmx(struct kvm *kvm)
in to_kvm_vmx()
452
return container_of(kvm, struct
kvm_vmx
, kvm);
in to_kvm_vmx()
H
A
D
vmx.c
2880
struct
kvm_vmx
*
kvm_vmx
= to_kvm_vmx(vcpu->kvm);
in enter_rmode()
local
2896
if (!
kvm_vmx
->tss_addr)
in enter_rmode()
2902
vmcs_writel(GUEST_TR_BASE,
kvm_vmx
->tss_addr);
in enter_rmode()
3662
struct
kvm_vmx
*
kvm_vmx
= to_kvm_vmx(kvm);
in init_rmode_identity_map()
local
3667
/* Protect
kvm_vmx
->ept_identity_pagetable_done. */
in init_rmode_identity_map()
3670
if (likely(
kvm_vmx
->ept_identity_pagetable_done))
in init_rmode_identity_map()
3673
if (!
kvm_vmx
->ept_identity_map_addr)
in init_rmode_identity_map()
3674
kvm_vmx
in init_rmode_identity_map()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.h
367
struct
kvm_vmx
{
struct
648
static __always_inline struct
kvm_vmx
*to_kvm_vmx(struct kvm *kvm)
in to_kvm_vmx()
650
return container_of(kvm, struct
kvm_vmx
, kvm);
in to_kvm_vmx()
H
A
D
vmx.c
3076
struct
kvm_vmx
*
kvm_vmx
= to_kvm_vmx(vcpu->kvm);
in enter_rmode()
local
3099
vmcs_writel(GUEST_TR_BASE,
kvm_vmx
->tss_addr);
in enter_rmode()
3869
struct
kvm_vmx
*
kvm_vmx
= to_kvm_vmx(kvm);
in init_rmode_identity_map()
local
3874
/* Protect
kvm_vmx
->ept_identity_pagetable_done. */
in init_rmode_identity_map()
3877
if (likely(
kvm_vmx
->ept_identity_pagetable_done))
in init_rmode_identity_map()
3880
if (!
kvm_vmx
->ept_identity_map_addr)
in init_rmode_identity_map()
3881
kvm_vmx
->ept_identity_map_addr = VMX_EPT_IDENTITY_PAGETABLE_ADDR;
in init_rmode_identity_map()
3885
kvm_vmx
in init_rmode_identity_map()
4689
struct
kvm_vmx
*
kvm_vmx
= to_
kvm_vmx
(kvm);
vmx_alloc_ipiv_pid_table()
local
4716
struct
kvm_vmx
*
kvm_vmx
= to_
kvm_vmx
(kvm);
init_vmcs()
local
8219
struct
kvm_vmx
*
kvm_vmx
= to_
kvm_vmx
(kvm);
vmx_vm_destroy()
local
[all...]
Completed in 16 milliseconds