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:supported_xss
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
cpuid.c
732
entry->ebx = xstate_required_size(supported_xcr0 |
supported_xss
,
in __do_cpuid_func()
735
WARN_ON_ONCE(
supported_xss
!= 0);
in __do_cpuid_func()
738
entry->ecx &=
supported_xss
;
in __do_cpuid_func()
739
entry->edx &=
supported_xss
>> 32;
in __do_cpuid_func()
745
else if (
supported_xss
& BIT_ULL(i))
in __do_cpuid_func()
759
* processor agrees with supported_xcr0/
supported_xss
in __do_cpuid_func()
H
A
D
x86.h
278
extern u64
supported_xss
;
H
A
D
x86.c
202
u64 __read_mostly
supported_xss
;
variable
203
EXPORT_SYMBOL_GPL(
supported_xss
);
variable
3259
if (data & ~
supported_xss
)
in kvm_set_msr_common()
10546
supported_xss
= 0;
in kvm_arch_hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
30
u64
supported_xss
;
member
H
A
D
cpuid.c
1028
u64 permitted_xss = kvm_caps.
supported_xss
;
in __do_cpuid_func()
H
A
D
x86.c
3800
if (data & ~kvm_caps.
supported_xss
)
in kvm_set_msr_common()
9557
kvm_caps.
supported_xss
= 0;
in __kvm_x86_vendor_init()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
894
supported_xss
= 0;
in svm_set_cpu_caps()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
5090
kvm_caps.
supported_xss
= 0;
in svm_set_cpu_caps()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
7469
supported_xss
= 0;
in vmx_set_cpu_caps()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
7903
kvm_caps.
supported_xss
= 0;
in vmx_set_cpu_caps()
Completed in 66 milliseconds