Home
last modified time | relevance | path

Searched refs:XSTATE_OP (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/fpu/
A Dxstate.h128 #define XSTATE_OP(op, st, lmask, hmask, err) \ macro
317 XSTATE_OP(XSAVE, buf, lmask, hmask, err); in xsave_to_user_sigframe()
339 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in xrstor_from_user_sigframe()
360 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_safe()
362 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in os_xrstor_safe()
A Dxstate.c346 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_booting()
348 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in os_xrstor_booting()
1449 XSTATE_OP(XSAVES, xstate, (u32)mask, (u32)(mask >> 32), err); in xsaves()
1473 XSTATE_OP(XRSTORS, xstate, (u32)mask, (u32)(mask >> 32), err); in xrstors()

Completed in 11 milliseconds