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:nested_features
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm_onhyperv.h
24
return ms_hyperv.
nested_features
& HV_X64_NESTED_ENLIGHTENED_TLB &&
in svm_hv_is_enlightened_tlb_enabled()
36
ms_hyperv.
nested_features
& HV_X64_NESTED_ENLIGHTENED_TLB)
in svm_hv_init_vmcb()
39
if (ms_hyperv.
nested_features
& HV_X64_NESTED_MSR_BITMAP)
in svm_hv_init_vmcb()
46
ms_hyperv.
nested_features
& HV_X64_NESTED_ENLIGHTENED_TLB) {
in svm_hv_hardware_setup()
52
if (ms_hyperv.
nested_features
& HV_X64_NESTED_DIRECT_FLUSH) {
in svm_hv_hardware_setup()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
mshyperv.h
32
u32
nested_features
;
member
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
466
ms_hyperv.
nested_features
=
in ms_hyperv_init_platform()
469
ms_hyperv.
nested_features
);
in ms_hyperv_init_platform()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
281
ms_hyperv.
nested_features
=
in ms_hyperv_init_platform()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
36
u32
nested_features
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
7068
(ms_hyperv.
nested_features
& HV_X64_NESTED_MSR_BITMAP)) {
in vmx_create_vcpu()
7984
if (ms_hyperv.
nested_features
& HV_X64_NESTED_GUEST_MAPPING_FLUSH
in hardware_setup()
8165
(ms_hyperv.
nested_features
& HV_X64_ENLIGHTENED_VMCS_VERSION) >=
in vmx_init()
8182
if (ms_hyperv.
nested_features
& HV_X64_NESTED_DIRECT_FLUSH)
in vmx_init()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
569
(ms_hyperv.
nested_features
& HV_X64_ENLIGHTENED_VMCS_VERSION) >=
in hv_init_evmcs()
585
if (ms_hyperv.
nested_features
& HV_X64_NESTED_DIRECT_FLUSH)
in hv_init_evmcs()
7503
(ms_hyperv.
nested_features
& HV_X64_NESTED_MSR_BITMAP)) {
in vmx_vcpu_create()
8508
if (ms_hyperv.
nested_features
& HV_X64_NESTED_GUEST_MAPPING_FLUSH
in hardware_setup()
Completed in 22 milliseconds