[PATCH 05/15] x86/xsaves: Define macros for xsave instructions

2014-05-26 Thread Fenghua Yu
From: Fenghua Yu Define macros for xsave, xsaveopt, xsaves, xrstor, xrstors inline instructions. The instructions will be used for saving and rstoring xstate. Signed-off-by: Fenghua Yu --- arch/x86/include/asm/xsave.h | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH 05/15] x86/xsaves: Define macros for xsave instructions

2014-05-26 Thread Fenghua Yu
From: Fenghua Yu fenghua...@intel.com Define macros for xsave, xsaveopt, xsaves, xrstor, xrstors inline instructions. The instructions will be used for saving and rstoring xstate. Signed-off-by: Fenghua Yu fenghua...@intel.com --- arch/x86/include/asm/xsave.h | 6 ++ 1 file changed, 6