Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/tools/testing/selftests/x86/
Damx.c27 #define XSAVE_HDR_SIZE 64 macro
33 char header[XSAVE_HDR_SIZE];
/linux-6.1.9/arch/x86/kernel/fpu/
Dxstate.c154 offs = FXSAVE_SIZE + XSAVE_HDR_SIZE; in xfeature_get_offset()
589 unsigned int size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in paranoid_xstate_size_valid()
/linux-6.1.9/arch/x86/kvm/
Dcpuid.c39 u32 ret = XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET; in xstate_required_size()