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:xstate_bv
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
state_test.c
233
uint64_t *
xstate_bv
, saved_xstate_bv;
in main()
local
301
* in
xstate_bv
, e.g. to ensure that KVM allows loading all
in main()
305
xstate_bv
= (void *)&((uint8_t *)state->xsave->region)[512];
in main()
306
saved_xstate_bv = *
xstate_bv
;
in main()
310
*
xstate_bv
= kvm_cpu_supported_xcr0();
in main()
315
*
xstate_bv
= saved_xstate_bv;
in main()
H
A
D
amx_test.c
166
* After XSAVEC, XTILEDATA is cleared in the
xstate_bv
but is set in
in guest_code()
169
xstate->header.
xstate_bv
= XFEATURE_MASK_XTILE_DATA;
in guest_code()
171
GUEST_ASSERT(!(xstate->header.
xstate_bv
& XFEATURE_MASK_XTILE_DATA));
in guest_code()
178
* XTILEDATA is cleared in
xstate_bv
but set in xcomp_bv, this property
in guest_code()
181
xstate->header.
xstate_bv
= XFEATURE_MASK_XTILE_DATA;
in guest_code()
183
GUEST_ASSERT(!(xstate->header.
xstate_bv
& XFEATURE_MASK_XTILE_DATA));
in guest_code()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
cpuid.c
34
static u32 xstate_required_size(u64
xstate_bv
, bool compacted)
in xstate_required_size()
argument
39
xstate_bv
&= XFEATURE_MASK_EXTEND;
in xstate_required_size()
40
while (
xstate_bv
) {
in xstate_required_size()
41
if (
xstate_bv
& 0x1) {
in xstate_required_size()
48
xstate_bv
>>= 1;
in xstate_required_size()
H
A
D
x86.c
4563
u64
xstate_bv
= xsave->header.xfeatures;
in fill_xsave()
local
4573
xstate_bv
&= vcpu->arch.guest_supported_xcr0 | XFEATURE_MASK_FPSSE;
in fill_xsave()
4574
*(u64 *)(dest + XSAVE_HDR_OFFSET) =
xstate_bv
;
in fill_xsave()
4580
valid =
xstate_bv
& ~XFEATURE_MASK_FPSSE;
in fill_xsave()
4605
u64
xstate_bv
= *(u64 *)(src + XSAVE_HDR_OFFSET);
in load_xsave()
local
4615
xsave->header.xfeatures =
xstate_bv
;
in load_xsave()
4623
valid =
xstate_bv
& ~XFEATURE_MASK_FPSSE;
in load_xsave()
4664
u64
xstate_bv
=
in kvm_vcpu_ioctl_x86_set_xsave()
local
4674
if (
xstate_bv
& ~supported_xcr0 || mxcsr & ~mxcsr_feature_mask)
in kvm_vcpu_ioctl_x86_set_xsave()
4678
if (
xstate_bv
in kvm_vcpu_ioctl_x86_set_xsave()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
cpuid.c
39
u32 xstate_required_size(u64
xstate_bv
, bool compacted)
in xstate_required_size()
argument
44
xstate_bv
&= XFEATURE_MASK_EXTEND;
in xstate_required_size()
45
while (
xstate_bv
) {
in xstate_required_size()
46
if (
xstate_bv
& 0x1) {
in xstate_required_size()
57
xstate_bv
>>= 1;
in xstate_required_size()
H
A
D
cpuid.h
35
u32 xstate_required_size(u64
xstate_bv
, bool compacted);
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
protection_keys.c
1555
u64 *
xstate_bv
;
in test_ptrace_modifies_pkru()
local
1632
xstate_bv
= (u64 *)(xsave + 512);
in test_ptrace_modifies_pkru()
1633
*
xstate_bv
&= ~(1 << 9);
in test_ptrace_modifies_pkru()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
52
u64
xstate_bv
;
member
Completed in 20 milliseconds