Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/fpu/
Dxstate.h21 #define XSAVE_HDR_SIZE 64 macro
25 #define XSAVE_YMM_OFFSET (XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET)
/linux-6.6.21/tools/testing/selftests/x86/
Damx.c29 #define XSAVE_HDR_SIZE 64 macro
35 char header[XSAVE_HDR_SIZE];
/linux-6.6.21/arch/x86/kernel/fpu/
Dxstate.c155 offs = FXSAVE_SIZE + XSAVE_HDR_SIZE; in xfeature_get_offset()
585 unsigned int size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in paranoid_xstate_size_valid()
/linux-6.6.21/arch/x86/kvm/
Dcpuid.c42 u32 ret = XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET; in xstate_required_size()