Home
last modified time | relevance | path

Searched refs:XSAVE_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dxstate.h17 #define XSAVE_HDR_SIZE 64 macro
21 #define XSAVE_YMM_OFFSET (XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET)
/linux/tools/testing/selftests/x86/
H A Dxstate.h10 #define XSAVE_HDR_SIZE 64 macro
71 char header[XSAVE_HDR_SIZE];
/linux/arch/x86/kernel/fpu/
H A Dxstate.c190 offs = FXSAVE_SIZE + XSAVE_HDR_SIZE; in xfeature_get_offset()
623 unsigned int size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in paranoid_xstate_size_valid()
/linux/arch/x86/kvm/
H A Dcpuid.c64 u32 ret = XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET; in xstate_required_size()