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:host_xcr0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
276
extern u64
host_xcr0
;
H
A
D
x86.c
250
u64 __read_mostly
host_xcr0
;
variable
900
if (vcpu->arch.xcr0 !=
host_xcr0
)
in kvm_load_guest_xsave_state()
928
if (vcpu->arch.xcr0 !=
host_xcr0
)
in kvm_load_host_xsave_state()
929
xsetbv(XCR_XFEATURE_ENABLED_MASK,
host_xcr0
);
in kvm_load_host_xsave_state()
4617
xsave->header.xcomp_bv =
host_xcr0
| XSTATE_COMPACTION_ENABLED;
in load_xsave()
8208
host_xcr0
= xgetbv(XCR_XFEATURE_ENABLED_MASK);
in kvm_arch_init()
8209
supported_xcr0 =
host_xcr0
& KVM_SUPPORTED_XCR0;
in kvm_arch_init()
10177
host_xcr0
| XSTATE_COMPACTION_ENABLED;
in fx_init()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
324
extern u64
host_xcr0
;
H
A
D
x86.c
317
u64 __read_mostly
host_xcr0
;
variable
1025
if (vcpu->arch.xcr0 !=
host_xcr0
)
in kvm_load_guest_xsave_state()
1056
if (vcpu->arch.xcr0 !=
host_xcr0
)
in kvm_load_host_xsave_state()
1057
xsetbv(XCR_XFEATURE_ENABLED_MASK,
host_xcr0
);
in kvm_load_host_xsave_state()
9512
host_xcr0
= xgetbv(XCR_XFEATURE_ENABLED_MASK);
in __kvm_x86_vendor_init()
9513
kvm_caps.supported_xcr0 =
host_xcr0
& KVM_SUPPORTED_XCR0;
in __kvm_x86_vendor_init()
Completed in 30 milliseconds