Home
last modified time | relevance | path

Searched refs:XFEATURE_MASK_FP (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dtypes.h133 #define XFEATURE_MASK_FP (1 << XFEATURE_FP) macro
151 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
H A Dxstate.h26 #define XFEATURE_MASK_USER_SUPPORTED (XFEATURE_MASK_FP | \
/linux/tools/testing/selftests/kvm/x86/
H A Dxcr0_cpuid_test.c82 vector = xsetbv_safe(0, XFEATURE_MASK_FP); in guest_code()
H A Dsev_smoke_test.c41 #define XFEATURE_MASK_X87_AVX (XFEATURE_MASK_FP | XFEATURE_MASK_SSE | XFEATURE_MASK_YMM)
H A Dstate_test.c152 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_FP); in guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h95 #define XFEATURE_MASK_FP BIT_ULL(0)
77 #define XFEATURE_MASK_FP global() macro