Searched refs:REX_PREFIX (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/fpu/ |
D | xstate.h | 82 #define REX_PREFIX "0x48, " macro 84 #define REX_PREFIX macro
|
D | internal.h | 194 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 195 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 196 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 197 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 198 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|