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:misc_low
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.h
105
return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.
misc_low
);
in nested_cpu_vmx_misc_cr3_count()
115
return to_vmx(vcpu)->nested.msrs.
misc_low
&
in nested_cpu_has_vmwrite_any_field()
121
return to_vmx(vcpu)->nested.msrs.
misc_low
& VMX_MISC_ZERO_LEN_INS;
in nested_cpu_has_zero_length_injection()
H
A
D
capabilities.h
39
u32
misc_low
;
member
H
A
D
nested.c
882
u64 vmx_misc = vmx_control_msr(vmx->nested.msrs.
misc_low
,
in nested_vmx_max_atomic_switch_msrs()
1332
u64 vmx_misc = vmx_control_msr(vmcs_config.nested.
misc_low
,
in vmx_restore_vmx_misc()
1353
vmx->nested.msrs.
misc_low
= data;
in vmx_restore_vmx_misc()
1510
msrs->
misc_low
,
in vmx_get_vmx_msr()
6616
msrs->
misc_low
,
in nested_vmx_setup_ctls_msrs()
6618
msrs->
misc_low
&= VMX_MISC_SAVE_EFER_LMA;
in nested_vmx_setup_ctls_msrs()
6619
msrs->
misc_low
|=
in nested_vmx_setup_ctls_msrs()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.h
100
return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.
misc_low
);
in nested_cpu_vmx_misc_cr3_count()
110
return to_vmx(vcpu)->nested.msrs.
misc_low
&
in nested_cpu_has_vmwrite_any_field()
116
return to_vmx(vcpu)->nested.msrs.
misc_low
& VMX_MISC_ZERO_LEN_INS;
in nested_cpu_has_zero_length_injection()
H
A
D
capabilities.h
43
u32
misc_low
;
member
H
A
D
nested.c
892
u64 vmx_misc = vmx_control_msr(vmx->nested.msrs.
misc_low
,
in nested_vmx_max_atomic_switch_msrs()
1295
u64 vmx_misc = vmx_control_msr(vmcs_config.nested.
misc_low
,
in vmx_restore_vmx_misc()
1316
vmx->nested.msrs.
misc_low
= data;
in vmx_restore_vmx_misc()
1473
msrs->
misc_low
,
in vmx_get_vmx_msr()
6946
msrs->
misc_low
= (u32)vmcs_conf->misc & VMX_MISC_SAVE_EFER_LMA;
in nested_vmx_setup_misc_data()
6947
msrs->
misc_low
|=
in nested_vmx_setup_misc_data()
Completed in 17 milliseconds