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/
A Dxstate.h21 #define XSAVE_HDR_SIZE 64 macro
25 #define XSAVE_YMM_OFFSET (XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET)
/linux/arch/x86/kernel/fpu/
A Dxstate.c316 next_offset = FXSAVE_SIZE + XSAVE_HDR_SIZE; in setup_xstate_comp_offsets()
340 next_offset = FXSAVE_SIZE + XSAVE_HDR_SIZE; in setup_supervisor_only_offsets()
647 unsigned int size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in xstate_calculate_size()
684 unsigned int size = FXSAVE_SIZE + XSAVE_HDR_SIZE; in paranoid_xstate_size_valid()
/linux/tools/testing/selftests/x86/
A Damx.c25 #define XSAVE_HDR_SIZE 64 macro
31 char header[XSAVE_HDR_SIZE];
/linux/arch/x86/kvm/
A Dcpuid.c38 u32 ret = XSAVE_HDR_SIZE + XSAVE_HDR_OFFSET; in xstate_required_size()

Completed in 11 milliseconds