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:entry_ctls_high
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
capabilities.h
38
u32
entry_ctls_high
;
member
H
A
D
nested.c
1289
*high = &msrs->
entry_ctls_high
;
in vmx_get_control_msr()
1504
msrs->
entry_ctls_high
);
in vmx_get_vmx_msr()
2794
vmx->nested.msrs.
entry_ctls_high
)))
in nested_check_vm_entry_controls()
4793
vmx->nested.msrs.
entry_ctls_high
|=
in nested_vmx_pmu_entry_exit_ctls_update()
4798
vmx->nested.msrs.
entry_ctls_high
&=
in nested_vmx_pmu_entry_exit_ctls_update()
6480
msrs->
entry_ctls_high
);
in nested_vmx_setup_ctls_msrs()
6483
msrs->
entry_ctls_high
&=
in nested_vmx_setup_ctls_msrs()
6489
msrs->
entry_ctls_high
|=
in nested_vmx_setup_ctls_msrs()
H
A
D
vmx.c
7326
vmx->nested.msrs.
entry_ctls_high
|= VM_ENTRY_LOAD_BNDCFGS;
in nested_vmx_entry_exit_ctls_update()
7329
vmx->nested.msrs.
entry_ctls_high
&= ~VM_ENTRY_LOAD_BNDCFGS;
in nested_vmx_entry_exit_ctls_update()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
capabilities.h
42
u32
entry_ctls_high
;
member
H
A
D
nested.c
1252
*high = &msrs->
entry_ctls_high
;
in vmx_get_control_msr()
1467
msrs->
entry_ctls_high
);
in vmx_get_vmx_msr()
2818
vmx->nested.msrs.
entry_ctls_high
)))
in nested_check_vm_entry_controls()
6810
msrs->
entry_ctls_high
= vmcs_conf->vmentry_ctrl;
in nested_vmx_setup_entry_ctls()
6811
msrs->
entry_ctls_high
&=
in nested_vmx_setup_entry_ctls()
6816
msrs->
entry_ctls_high
|=
in nested_vmx_setup_entry_ctls()
H
A
D
vmx.c
2265
((vmx->nested.msrs.
entry_ctls_high
& VM_ENTRY_LOAD_BNDCFGS) ||
in vmx_set_msr()
Completed in 36 milliseconds