Searched refs:XSAVE (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
D | internal.h | 217 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" macro 255 asm volatile(ALTERNATIVE_2(XSAVE, \ 364 XSTATE_OP(XSAVE, buf, lmask, hmask, err); in copy_xregs_to_user()
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | cpuinfo.rst | 150 missing at runtime. For example, AVX flags will not show up if XSAVE feature 151 is disabled since they depend on XSAVE feature. Another example would be broken
|
D | sva.rst | 86 This MSR is managed with the XSAVE feature set as "supervisor state" to
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | cpuid.c | 375 0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) | in kvm_set_cpu_caps()
|
/kernel/linux/linux-5.10/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 1043 4: XSAVE | ptwrite Ey (F3),(11B)
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
D | x86-opcode-map.txt | 1043 4: XSAVE | ptwrite Ey (F3),(11B)
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 7232 cr4_fixed1_update(X86_CR4_OSXSAVE, ecx, feature_bit(XSAVE)); in nested_vmx_cr_fixed1_bits_update()
|