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:vmentry_ctrl
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
capabilities.h
61
u32
vmentry_ctrl
;
member
96
return (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_EFER) &&
in cpu_has_load_ia32_efer()
102
return (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL) &&
in cpu_has_load_perf_global_ctrl()
109
(vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_BNDCFGS);
in cpu_has_vmx_mpx()
351
(vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_RTIT_CTL);
in cpu_has_vmx_intel_pt()
H
A
D
vmx.h
427
u32
vmentry_ctrl
= vmcs_config.
vmentry_ctrl
;
in vmx_vmentry_ctrl()
local
429
vmentry_ctrl
&= ~(VM_ENTRY_PT_CONCEAL_PIP |
in vmx_vmentry_ctrl()
432
return
vmentry_ctrl
&
in vmx_vmentry_ctrl()
H
A
D
evmcs.c
306
vmcs_conf->
vmentry_ctrl
&= ~EVMCS1_UNSUPPORTED_VMENTRY_CTRL;
in evmcs_sanitize_exec_ctrls()
H
A
D
vmx.c
2194
if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT) {
in vmx_set_msr()
2660
vmcs_conf->
vmentry_ctrl
= _vmentry_control;
in setup_vmcs_config()
4474
if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT)
in init_vmcs()
H
A
D
nested.c
2568
} else if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT) {
in prepare_vmcs02()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
capabilities.h
65
u32
vmentry_ctrl
;
member
101
return vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_EFER;
in cpu_has_load_ia32_efer()
106
return vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL;
in cpu_has_load_perf_global_ctrl()
111
return vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_BNDCFGS;
in cpu_has_vmx_mpx()
372
(vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_RTIT_CTL);
in cpu_has_vmx_intel_pt()
H
A
D
hyperv.c
640
evmcs_check_vmcs_conf(
vmentry_ctrl
, VMENTRY_CTRL);
in evmcs_sanitize_exec_ctrls()
H
A
D
vmx.c
2325
if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT)
in vmx_set_msr()
2733
vmcs_conf->
vmentry_ctrl
= _vmentry_control;
in setup_vmcs_config()
4401
u32
vmentry_ctrl
= vmcs_config.
vmentry_ctrl
;
in vmx_vmentry_ctrl()
local
4404
vmentry_ctrl
&= ~(VM_ENTRY_PT_CONCEAL_PIP |
in vmx_vmentry_ctrl()
4409
vmentry_ctrl
&= ~(VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL |
in vmx_vmentry_ctrl()
4414
vmentry_ctrl
&= ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL;
in vmx_vmentry_ctrl()
4416
return
vmentry_ctrl
;
in vmx_vmentry_ctrl()
4782
if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT)
in init_vmcs()
H
A
D
nested.c
2574
} else if (vmcs_config.
vmentry_ctrl
& VM_ENTRY_LOAD_IA32_PAT) {
in prepare_vmcs02()
6810
msrs->entry_ctls_high = vmcs_conf->
vmentry_ctrl
;
in nested_vmx_setup_entry_ctls()
Completed in 39 milliseconds