Searched refs:XSAVE (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/fpu/ |
A D | xstate.h | 80 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" macro 117 asm volatile(ALTERNATIVE_3(XSAVE, \ 278 XSTATE_OP(XSAVE, buf, lmask, hmask, err); in xsave_to_user_sigframe()
|
/linux-6.3-rc2/Documentation/x86/ |
A D | cpuinfo.rst | 149 missing at runtime. For example, AVX flags will not show up if XSAVE feature 150 is disabled since they depend on XSAVE feature. Another example would be broken
|
A D | xstate.rst | 73 configuration. Signal handlers can examine the XSAVE buffer's XSTATE_BV
|
A D | sva.rst | 86 This MSR is managed with the XSAVE feature set as "supervisor state" to
|
/linux-6.3-rc2/tools/arch/x86/kcpuid/ |
A D | cpuid.csv | 45 1, 0, ECX, 26, xsave, XSAVE/XRSTOR processor extended states (XSETBV/XGETBV/XCR0) 74 1, 0, EDX, 24, fxsr, XSAVE and FXRSTOR Instrs 253 0xD, 0, ECX, 31:0, max_sz_xsave, Maximum size (bytes) of the XSAVE/XRSTOR save area
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | cpuid.c | 607 0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) | in kvm_set_cpu_caps()
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | x86-opcode-map.txt | 1129 4: XSAVE | ptwrite Ey (F3),(11B)
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 1129 4: XSAVE | ptwrite Ey (F3),(11B)
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.c | 7623 cr4_fixed1_update(X86_CR4_OSXSAVE, ecx, feature_bit(XSAVE)); in nested_vmx_cr_fixed1_bits_update()
|
Completed in 22 milliseconds