Searched refs:REX_PREFIX (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | xsave.h | 42 #define REX_PREFIX "0x48, " macro 44 #define REX_PREFIX macro 57 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 58 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 59 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 60 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 61 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|