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:permitted_xcr0
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
342
u64
permitted_xcr0
= kvm_caps.supported_xcr0;
in kvm_get_filtered_xcr0()
local
346
if (
permitted_xcr0
& XFEATURE_MASK_USER_DYNAMIC) {
in kvm_get_filtered_xcr0()
347
permitted_xcr0
&= xstate_get_guest_group_perm();
in kvm_get_filtered_xcr0()
354
if (!(
permitted_xcr0
& XFEATURE_MASK_XTILE_DATA))
in kvm_get_filtered_xcr0()
355
permitted_xcr0
&= ~XFEATURE_MASK_XTILE_CFG;
in kvm_get_filtered_xcr0()
357
return
permitted_xcr0
;
in kvm_get_filtered_xcr0()
H
A
D
cpuid.c
1027
u64
permitted_xcr0
= kvm_get_filtered_xcr0();
in __do_cpuid_func()
local
1030
entry->eax &=
permitted_xcr0
;
in __do_cpuid_func()
1031
entry->ebx = xstate_required_size(
permitted_xcr0
, false);
in __do_cpuid_func()
1033
entry->edx &=
permitted_xcr0
>> 32;
in __do_cpuid_func()
1034
if (!
permitted_xcr0
)
in __do_cpuid_func()
1043
entry->ebx = xstate_required_size(
permitted_xcr0
| permitted_xss,
in __do_cpuid_func()
1054
if (
permitted_xcr0
& BIT_ULL(i))
in __do_cpuid_func()
1070
* processor agrees with
permitted_xcr0
/permitted_xss
in __do_cpuid_func()
Completed in 3 milliseconds